2008-02-14 07:58:41 2008R1 Build error
Patrick Mc Donnell (IRELAND)
Message: 51047 Hi,
I am having problems compiling 2008R1 for the BF548.
I have installed:
blackfin-toolchain-08r1-8.i386
blackfin-toolchain-elf-gcc-4.1-08r1-8.i386
blackfin-toolchain-uclibc-full-08r1-8.i386
I have attached the build log.
Thanks,
Patrick
error_log.txt
QuoteReplyEditDelete
2008-02-14 08:19:07 Re: 2008R1 Build error
Robin Getz (UNITED STATES)
Message: 51048 Patrick:
What kind of host are you building on?
can do you a make bugreport, and attach the .tgz file too? It will include all your config files.
-Robin
QuoteReplyEditDelete
2008-02-14 09:09:48 Re: 2008R1 Build error
Patrick Mc Donnell (IRELAND)
Message: 51050 Robin,
I am using coLinux (Debian-3.0r2).
Sorry if this is a stupid question but what file would you like me to attach?
Patrick
QuoteReplyEditDelete
2008-02-14 09:21:17 Re: 2008R1 Build error
Robin Getz (UNITED STATES)
Message: 51053 Patrick:
rgetz@imhotep:~/blackfin/trunk/uClinux-dist> make bugreport
rm -f ./bugreport.tgz ./toolchain_vers ./host_vers
cc -v 2> ./host_vers
bfin-linux-uclibc-gcc -v 2> ./toolchain_vers
tar -czf bugreport.tgz .config linux-2.6.x/.config config/.config toolchain_vers host_vers
rm -f ./toolchain_vers ./host_vers
echo -e "Please attach the file 'bugreport.tgz' to a bug report at\n http://blackfin.uclinux.org/gf/project/uclinux-dist/tracker/?action=TrackerItemAdd&tracker_id=141"
Please attach the file 'bugreport.tgz' to a bug report at
http://blackfin.uclinux.org/gf/project/uclinux-dist/tracker/?action=TrackerItemAdd&tracker_id=141
rgetz@imhotep:~/blackfin/trunk/uClinux-dist> ls -l bugreport.tgz
-rw-r--r-- 1 rgetz users 19420 2008-02-14 09:21 bugreport.tgz
Does that help?
-Robin
QuoteReplyEditDelete
2008-02-14 10:36:35 Re: 2008R1 Build error
Patrick Mc Donnell (IRELAND)
Message: 51056 Robin,
Yes that helps a lot, thanks.
Patrick
bugreport.tgz
QuoteReplyEditDelete
2008-02-14 13:47:13 Re: 2008R1 Build error
Mike Frysinger (UNITED STATES)
Message: 51062 the sed on your system is horribly out of date ... upgrade it to the latest version:
apt-get install sed
QuoteReplyEditDelete
2008-02-15 04:37:50 Re: 2008R1 Build error
Patrick Mc Donnell (IRELAND)
Message: 51084 I upgraded sed but i'm still getting the same errors.
error_log.txt
bugreport.tgz
QuoteReplyEditDelete
2008-02-15 13:51:10 Re: 2008R1 Build error
Mike Frysinger (UNITED STATES)
Message: 51117 upgrade your findutils as well
QuoteReplyEditDelete
2008-02-20 07:27:02 Re: 2008R1 Build error
Patrick Mc Donnell (IRELAND)
Message: 51337 after updating findutils and setting blackfin build options to FDPIC, I am now getting an error with linking non-fdpic object file into fdpic executable.
bugreport.tgz
log
QuoteReplyEditDelete
2008-02-20 11:08:53 Re: 2008R1 Build error
Robin Getz (UNITED STATES)
Message: 51359 Patrick:
After switching file formats, you need to do a "make clean", to get rid of all the flat files.
-Robin