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

See the CrossGCC FAQ for lots more infromation.


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

mips cross compiler problem


I try to compile with my new Cross-Gcc (Cygwin > Mips) compiler
and get the next output
///
bash-2.02$ mips-gcc base.c
/usr/local/mips/lib/crt0.o: In function `zerobss':
crt0.S:126: undefined reference to `get_mem_info'
crt0.S:130: undefined reference to `__stack'
crt0.S:130: undefined reference to `__stack'
/usr/local/mips/lib/crt0.o: In function `init':
crt0.S:166: undefined reference to `hardware_init_hook'
crt0.S:166: undefined reference to `hardware_init_hook'
crt0.S:172: undefined reference to `software_init_hook'
crt0.S:172: undefined reference to `software_init_hook'
crt0.S:179: undefined reference to `atexit'
/usr/local/lib/gcc-lib/mips/2.95.2/libgcc.a(_exit.o): In function `exit':
//d/programs/gnu/gcc-2.95.2/gcc/./libgcc2.c(.text+0x14): undefined reference 
to
`_cleanup'
collect2: ld returned 1 exit status
///

I used Gcc-2.95.2 , Binutils-2.9.1 , Newlib-1.8.2

Thanks
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


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


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