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]

Linking problems


I have compiled a very simple program for powerpc MPC823:
 
 
int  main()
   {
   printf("Hello, word!");
   }
 
 
on a cross-gcc with this command:
 
 
~/usr/ppc/bin/powerpc-eabi-gcc -mcpu=823 -x c -v -o main.o main.c 2>main.log
 
 
and I have obtained a main.log file as in attachment with many unresolved references.
May someone help me? Thanks
 
Paolo Romanin - Verona (Italy)

main.log

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