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]

Re: newlib build error + can I use c-only build to compile a simple c code?


Cristian Amitroaie wrote:

> v850-gcc -B/usr/local/src/gnu/BUILD/newlib/v850/newlib/ -isystem >
/usr/local/src/gnu/BUILD/newlib/v850/newlib/targ-include -isystem >
/usr/local/src/gnu/newlib-1.9.0/newlib/libc/include -DPACKAGE=\"newlib\"
-DVERSION=\"1.9.0\"  -I. >
-I/usr/local/src/gnu/newlib-1.9.0/newlib/libc/stdlib  -O2
-DPREFER_SIZE_OVER_SPEED -mv850 > -mno-app-regs -msmall-sld
-I../../targ-include >
-I/usr/local/src/gnu/newlib-1.9.0/newlib/libc/../libc/include
-fno-builtin      -g -O2 -c >
/usr/local/src/gnu/newlib-1.9.0/newlib/libc/stdlib/__adjust.c
>
> cc1.exe: Invalid option `no-app-regs'
> cc1.exe: Invalid option `small-sld'

The V850-target compiler should understand these options, but they seem
to be Cygnus-
specific and available only in the GNUPro-sources...

Using some GNUPro-sources instead of the FSF-sources isn't a bad idea...
Or you can
edit these options away from the 'newlib/configure.host'.

Cheers, Kai





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