This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


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: Newlib on v850e-elf


The config.sub for 1.10.0 is missing the v850e support.  The current
config.sub is now taken from gcc sources so this may explain why it
is up to date currently and not in the newlib sources.

I would suggest that you get the latest CVS sources which contain a number
of updates or else you can apply the attached patch to your config.sub.

-- Jeff J.

Anders Bøgild wrote:
I'am building a cross compiler for the NEC v850e based on binutils-2.13 and the gcc-20021202 snapshot (gcc 3.3 beta for v850e support, gcc 3.2.1 only supports v850)
I would like to use newlib (1.10.0) as runtimelib, but it won't compile (it says target not supported, and there is only the plain v850 in newlib's confug.sub). Is there any way to make newlib work on the v850e ?
When searching the mail-archives for "v850e" some mentions come up, but nothing specific.

If anybody here uses the v850e, wich runtime lib do he/she use?

----------------------
Anders Boegild
Student at the University of Southern Denmark, Odense (MIP institute)

--- config.sub	Thu Dec 12 20:12:28 2002
+++ config.sub.new	Thu Dec 12 20:13:19 2002
@@ -249,7 +249,7 @@
 	| sparc | sparc64 | sparclet | sparclite | sparcv9 | sparcv9b \
 	| strongarm \
 	| tahoe | thumb | tic80 | tron \
-	| v850 \
+	| v850 | v850e \
 	| we32k \
 	| x86 | xscale | xstormy16 \
 	| z8k)
@@ -307,7 +307,7 @@
 	| sparc-* | sparc64-* | sparc86x-* | sparclite-* \
 	| sparcv9-* | sparcv9b-* | strongarm-* | sv1-* \
 	| t3e-* | tahoe-* | thumb-* | tic30-* | tic54x-* | tic80-* | tron-* \
-	| v850-* | vax-* \
+	| v850-* | v850e-* | vax-* \
 	| we32k-* \
 	| x86-* | x86_64-* | xmp-* | xps100-* | xscale-* | xstormy16-* \
 	| ymp-* \

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