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


Hi

> > For MIPS SF toolchain, but it fails to compile the kernel with the
> > following output:
> > 
> >   CC      drivers/char/random.o
> > drivers/char/random.c: In function 'extract_entropy':
> > drivers/char/random.c:634: sorry, unimplemented: inlining failed in call
> > to 'add_entropy_words': function not considered for inlining
> > drivers/char/random.c:1325: sorry, unimplemented: called from here
> > drivers/char/random.c: At top level:
> > drivers/char/random.c:2284: internal compiler error: in
> > cgraph_early_inlining, at ipa-inline.c:990
> 
> 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
init/initramfs.c:80: error: ino causes a section type conflict
init/initramfs.c:80: error: major causes a section type conflict
init/initramfs.c:80: error: minor causes a section type conflict
init/initramfs.c:80: error: nlink causes a section type conflict
init/initramfs.c:81: error: mode causes a section type conflict
init/initramfs.c:82: error: body_len causes a section type conflict
init/initramfs.c:82: error: name_len causes a section type conflict
init/initramfs.c:83: error: uid causes a section type conflict
init/initramfs.c:84: error: gid causes a section type conflict
init/initramfs.c:85: error: rdev causes a section type conflict
init/initramfs.c:121: error: state causes a section type conflict
init/initramfs.c:121: error: next_state causes a section type conflict
init/initramfs.c:123: error: victim causes a section type conflict
init/initramfs.c:124: error: count causes a section type conflict
init/initramfs.c:125: error: this_header causes a section type conflict
init/initramfs.c:125: error: next_header causes a section type conflict
init/initramfs.c:127: error: dry_run causes a section type conflict
init/initramfs.c:138: error: collected causes a section type conflict
init/initramfs.c:139: error: remains causes a section type conflict
init/initramfs.c:140: error: collect causes a section type conflict
init/initramfs.c:156: error: header_buf causes a section type conflict
init/initramfs.c:156: error: symlink_buf causes a section type conflict
init/initramfs.c:156: error: name_buf causes a section type conflict
init/initramfs.c:239: error: wfd causes a section type conflict
make[1]: *** [init/initramfs.o] Error 1
make: *** [init] Error 2

BR,
Matej


------
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]