This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MIPS SF toolchain status


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]