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

Andrew Dyer amdyer at gmail.com
Sat Oct 22 23:25:01 CEST 2005


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.




More information about the U-Boot mailing list