MIPS SF toolchain status

Dan Kegel dank@kegel.com
Sat Sep 10 14:55:00 GMT 2005


Matej Kupljen wrote:
>>That's  http://gcc.gnu.org/PR22379
>>and was fixed in mid-July.  Try
>>a more recent gcc-4.1 snapshot.
> 
> 
> Tried with the gcc-4.1-20050909-glibc-2.3.5-hdrs-2.6.11.2.dat
> Got:
> 
>   CC      init/initramfs.o
> init/initramfs.c:10: error: message causes a section type conflict
> init/initramfs.c:33: error: head causes a section type conflict

Sounds like the toolchain compiled fine, and now you're compiling the kernel.

You've got to learn to google for error messages!  See
http://www.thisishull.net/showpost.php?p=501604&postcount=6
which says that the problem is a missing 'const' on each of the
variables stored in the readonly segment.  They say a workaround for
now is to compile the kernel with -fno-unit-at-a-time
- Dan

-- 
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list