2008-11-05 10:56:34 "make" end just after building "libg" with SVN version
Jean-Francois Argentino (FRANCE)
Message: 64705
Hello
I just update my local version of "uclinux-dist" and "toolchain" from SVN head, no problem for building the toolchain. But if I want to reuse my configurations files (which until today was just compiling fine), the building process end just after "libg" compilation with this display:
#@rm -f termcap.o tparam.o
make[5]: living directory « /home/blackfin/usr/src/uclinux-dist/lib/libg/gtermcap »
make[4]: living directory « /home/blackfin/usr/src/uclinux-dist/lib/libg »
make[3]: living directory « /home/blackfin/usr/src/uclinux-dist/lib »
[ -z "libg" ] || /home/blackfin/usr/src/uclinux-dist/tools/cross-fix-root
/home/blackfin/usr/src/uclinux-dist/tools/cross-fix-root: line 30: cd: /home/blackfin/usr/src/uclinux-dist/staging: file not found
make[2]: *** [all] Error 1
Maybe the display isn't what it would be on an english system since I translate "living directory" and "file not found" from french messages "quittant le répertoire" and "Aucun fichier ou répertoire de ce type"...
Could anybody explain me how to work around this since I can't found for now wich program need "libg", and by the way I'm not sure that it won't do the same error without it.
Regards
TranslateQuoteReplyEditDelete
2008-11-05 12:27:46 Re: "make" end just after building "libg" with SVN version
Mike Frysinger (UNITED STATES)
Message: 64707
should be fixed in svn now
QuoteReplyEditDelete
2008-11-05 13:04:19 Re: "make" end just after building "libg" with SVN version
Jean-Francois Argentino (FRANCE)
Message: 64708
It works, thanks!