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]

gcc croscompiler NEC V850


Hi all,

its my first time to configure a crosscompiler. my host system is Fedora
Linux Core 5 on i586 and I try to configure the gcc and newlib  for the
target NEC V850 ÂC.
My steps until now:

download  the gcc 4.1.1 sources
download  newlib sources
copy the newlib source folder to the gcc source folder

configure gcc as followed:

gccsrc/configure --target=v850-elf --with-newlib
--prefix=/gccbin/v850-elf --with-gnu-as --with-gnuld

after this step I run make. But (a long time later) I got this error messge 

echo timestamp > stmp-fixproto
make[2]: *** No rule to make target `/gccbin/v850-elf-as', needed by
`stamp-as'.  Stop.
make[2]: Leaving directory `/home/landwehr/can-box/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory `/home/landwehr/can-box'
make: *** [all] Error 2

could the experts tell me how to fix it?

Im really a newbe and not shure what Im doing ....

Thnx

Landus


--
View this message in context: http://www.nabble.com/gcc+croscompiler+NEC+V850-t1701746.html#a4618391
Sent from the gcc - cross compiler forum at Nabble.com.


--
For unsubscribe information see http://sourceware.org/lists.html#faq


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