[U-Boot-Users] ft_build.c #include asm/errno.h breaks build on MIPS

22 Oct
2005
22 Oct
'05
11:25 p.m.
I updated from git today and building on MIPS is broken like so:
ft_build.c:9:23: asm/errno.h: No such file or directory make[1]: *** [.depend] Error 1 make[1]: Leaving directory `/home/adyer/Projects/u-boot/common' make: *** [common/libcommon.a] Error 2
There is currently no include/asm-mips/errno.h (only for ppc and arm). I assume this will hit the other archs, too. Copying the include/asm-ppc/errno.h file over to asm-mips and changing the _PPC_ERRNO_H to _MIPS_ERRNO_H makes the build work.
-- Hardware, n.: The parts of a computer system that can be kicked.
7137
Age (days ago)
7137
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrew Dyer