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]

Re: linkage problem with crossgcc & newlib


Frank Juergen-r58616 wrote:

Hi, It's me again.

Ok, I try to create my own crosscompiler suite (host cygwin, target = powerpc-eabi )

I do the following steps:

1. compile & install of binutils (version 20041229-1)
2. compile & install of gcc (language=C) (I didn't neet C++) (version 3.4.1)
3. compile & intstall of newlib (vesion 1.13.0)
4. compile & install rest of gcc (runtime lib etc.)


If I compile the following mini program,

#include <stdio.h>

int main()
{
   return 0;
}


I recived the follwowing error merssages ...





Specify a target with -msim, -mads, -myellowknife, or -mmvme:


e.g.: $ ppc-gcc hello.c -msim

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