This is the mail archive of the crossgcc@sources.redhat.com 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]

configuration problems with 0.28-rc26


I am trying to configuring mipsel under Mac OS X 10.3.4. I have
installed fink and I believe all the required updates to fink. Looks
like my linker is failing. Is this a known problem ? Any help would be
appreciated.
 
Prepare kernel headers
+ cd
/Users/dondzes/crosstool-0.28-rc26/build/mipsel-unknown-linux-gnu/gcc-3.4.0-glibc-2.3.2/linux-2.6.6
+ test -f /Users/dondzes/crosstool-0.28-rc26/mipsel.config
+ cp /Users/dondzes/crosstool-0.28-rc26/mipsel.config .config
+ test -f .config
+ yes ''
+ make ARCH=mips oldconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/basic/docproc
  SHIPPED scripts/kconfig/zconf.tab.h
  HOSTCC  scripts/kconfig/conf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
cp scripts/kconfig/zconf.tab.c scripts/kconfig/libkconfig.c
  HOSTCC  scripts/kconfig/libkconfig.o
  HOSTCC  scripts/kconfig/mconf.o
  HOSTCC  -fPIC scripts/kconfig/zconf.tab.o
  HOSTLLD -shared scripts/kconfig/libkconfig.so
gcc: unrecognized option `-shared'
ld: Undefined symbols:
_main
make[1]: *** [scripts/kconfig/libkconfig.so] Error 1
make: *** [oldconfig] Error 2
David-Ondzess-Computer:~/crosstool-0.28-rc26 dondzes$ 



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