From: Erik M. <J.A...@it...> - 2002-01-30 17:05:49
|
On Tue, Jan 29, 2002 at 06:36:02PM -0700, Tim Riker wrote: > got the mapfile patch and rebuild. map file is here: > > http://opensource.lineo.com/~timr/vercel/ OK, I can reproduce your bug. My original 2.95.2 based toolchain uses binutils 2.9.5 and behaves OK, the 2.95.3 and 3.0 based toolchains use binutils 2.11.2 and 2.11.90.0.4. All gcc versions issue the same linker command line (with some differences in the -L flags), but so far only the 2.9.5 based linker works as expected. I'm trying to track it down further. I have a meeting tonight, could you add the following flag to blob_rest_elf32_LDFLAGS in src/blob/Makefile.am: -Wl,--gc-sections and try if that gives you a bootable blob image? Erik [who really has to go now] -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: J.A...@it... WWW: http://www-ict.its.tudelft.nl/~erik/ |