dslinux/toolchain README

stsp stsp at user.in-berlin.de
Mon Aug 14 14:29:35 CEST 2006


Update of /cvsroot/dslinux/dslinux/toolchain
In directory antilope:/tmp/cvs-serv31723

Modified Files:
	README 
Log Message:
Explain how to add binaries to PATH.

Mention that modifying config.arch is currently necessary.


Index: README
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README	13 Aug 2006 20:21:44 -0000	1.1
+++ README	14 Aug 2006 12:29:32 -0000	1.2
@@ -55,3 +55,22 @@
 including the PREFIX if you specified one. The build will continue
 from where it failed.
 
+
+To use the toolchain, run this command to put the toolchain
+binaries in your PATH, assuming you are using the default prefix,
+and assuming your dslinux source tree resides in ~/dslinux:
+
+        export PATH=~/dslinux/toolchain/prefix/bin:$PATH
+
+
+Currently, you also have to make a small modification to the
+file vendors/config/armnommu/config.arch to be able to use
+the toolchain. Find the line that says:
+
+        CROSS_COMPILE = arm-elf-
+
+and change it to:
+
+        CROSS_COMPILE = arm-linux-elf-        
+
+




More information about the dslinux-commit mailing list