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]

Re: updated version of mini crosstool script


Robert P. J. Day wrote:

  if anyone has comments on the script or finds a bug, let me know.
thanks.

I've been just searching for up-to-date script or procedure for building ARM cross toolchain and your mini ct script looks very promising. I've encountered a problem when trying to build final gcc - it complains about missing link.h file. I've just touched empty file in include directory and it builds the toolchain all the way. For now I tried to build the linux kernel with the resulting tools and it worked. I'll get back to you when I try to compile other sys apps and userspace stuff.


I'm using 3.4.1, 2.3.5 and 2.16.1 gnu tools and linuxthreads (not nptl):

Here the diff:
 	cp ./bits/stdio_lim.h ${HEADERS_DIR}/bits
 	touch ${HEADERS_DIR}/gnu/stubs.h
+	touch ${HEADERS_DIR}/link.h
 }

I'll try to build combination ot the latest gnu tools also--

regards,
hinko

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