2010-04-24 12:09:27 seek help---uclinux make
jiang pengfei (CHINA)
Message: 88860
I downloaded the latest uclinux via svn checkout svn://sources.blackfin.uclinux.org/uclinux-dist/trunk uclinux-dist
when i did make,errors occur as follows:
make[5]: Leaving directory `/host/uclinux-dist/user/e2fsprogs/build-e2fsprogs-1.41.10'
make[5]: Entering directory `/host/uclinux-dist/user/e2fsprogs/build-e2fsprogs-1.41.10/lib/et'
SUBST compile_et
make[5]: Leaving directory `/host/uclinux-dist/user/e2fsprogs/build-e2fsprogs-1.41.10/lib/et'
make[5]: Entering directory `/host/uclinux-dist/user/e2fsprogs/build-e2fsprogs-1.41.10/lib/ext2fs'
SUBST ext2_err.et
COMPILE_ET ext2_err.et
chmod: ext2_err.h: new permissions are r-xrwxrwx, not r-xr-xr-x
chmod: ext2_err.c: new permissions are r-xrwxrwx, not r-xr-xr-x
make[5]: *** [ext2_err.h] Error 1
make[5]: Leaving directory `/host/uclinux-dist/user/e2fsprogs/build-e2fsprogs-1.41.10/lib/ext2fs'
make[4]: *** [subs] Error 2
make[4]: Leaving directory `/host/uclinux-dist/user/e2fsprogs/build-e2fsprogs-1.41.10'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/host/uclinux-dist/user/e2fsprogs'
make[2]: *** [e2fsprogs] Error 2
make[2]: Leaving directory `/host/uclinux-dist/user'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/host/uclinux-dist/user'
make: *** [subdirs] Error 1
I don`t kown what is the problem,can someone help me ?
I will be very appreciate with your help ,thank you very much !!!
TranslateQuoteReplyEditDelete
2010-04-24 21:30:16 Re: seek help---uclinux make
Mike Frysinger (UNITED STATES)
Message: 88861
this is an error from your host system. your host chmod appears to be broken. what linux distro exactly are you using ? if it's an old one, now is probably a good time to upgrade.
QuoteReplyEditDelete
2010-04-24 21:44:41 Re: seek help---uclinux make
jiang pengfei (CHINA)
Message: 88864
thank you for your answer, the kernal is linux 2.6.31-14-generic ,i will try a upgrade~thank you !
TranslateQuoteReplyEditDelete
2010-04-25 00:20:17 Re: seek help---uclinux make
jiang pengfei (CHINA)
Message: 88866
I execute the command : aptitude dist-upgrade,then the kernal version become linux-2.6.31-21-generic,but the same errors still eixt.Please give me some advising,thank you very much!
TranslateQuoteReplyEditDelete
2010-04-25 03:35:28 Re: seek help---uclinux make
Mike Frysinger (UNITED STATES)
Message: 88876
i really dont know why e2fsprogs is crashing on your system. simply disable it in your user/vendor options to work around the problem.
QuoteReplyEditDelete
2010-04-25 04:04:37 Re: seek help---uclinux make
jiang pengfei (CHINA)
Message: 88878
now i have a new problem , after i copy the uclinux-dist from /host to /usr/src/ ,then make , the errors occur as follows:
mkfs.jffs2.c: In function ‘recursive_populate_directory’:
mkfs.jffs2.c:1336: warning: format ‘%9lu’ expects type ‘long unsigned int’, but argument 3 has type ‘__off64_t’
mkfs.jffs2.c:1345: warning: format ‘%9lu’ expects type ‘long unsigned int’, but argument 3 has type ‘__off64_t’
mkfs.jffs2.c:1354: warning: format ‘%9lu’ expects type ‘long unsigned int’, but argument 3 has type ‘__off64_t’
mkfs.jffs2.c:1384: warning: format ‘%9lu’ expects type ‘long unsigned int’, but argument 3 has type ‘__off64_t’
mkfs.jffs2.c:1395: warning: format ‘%9lu’ expects type ‘long unsigned int’, but argument 3 has type ‘__off64_t’
mkfs.jffs2.c: At top level:
mkfs.jffs2.c:1519: warning: initialization discards qualifiers from pointer target type
mkfs.jffs2.c:1521: warning: initialization discards qualifiers from pointer target type
mkfs.jffs2.c: In function ‘main’:
mkfs.jffs2.c:1881: warning: passing argument 2 of ‘recursive_add_host_directory’ discards qualifiers from pointer target type
mkfs.jffs2.c:403: note: expected ‘char *’ but argument is of type ‘const char *’
make[4]: *** [/usr/src/uclinux-dist/user/mtd-utils/build-606f38a2221648ca5c5fa292c9f71d2ddd59fa66-host/mkfs.jffs2.o] Error 1
make[4]: Leaving directory `/usr/src/uclinux-dist/user/mtd-utils/606f38a2221648ca5c5fa292c9f71d2ddd59fa66'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/src/uclinux-dist/user/mtd-utils'
make[2]: *** [mtd-utils] Error 2
make[2]: Leaving directory `/usr/src/uclinux-dist/user'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/uclinux-dist/user'
make: *** [subdirs] Error 1
can you give me some advising ? thank you !
TranslateQuoteReplyEditDelete
2010-04-25 12:25:51 Re: seek help---uclinux make
Mike Frysinger (UNITED STATES)
Message: 88879
you deleted the actual error message, so i dont know what the problem is
most likely you didnt read the documentation:
docs.blackfin.uclinux.org/doku.php?id=installing_linux
QuoteReplyEditDelete