summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 7 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d170bc2..3495089 100644
--- a/INSTALL
+++ b/INSTALL
@@ -160,8 +160,13 @@ variable first, e.g.:
And then, build the toolkit like this:
- $ make CROSS_COMPILE=microblazeel-unknown-linux-gnu- \
- CROSS_LD_LIBRARY_PATH=<cc-lib-search-path>
+ $ CROSS_COMPILE=microblazeel-unknown-linux-gnu- \
+ SYSROOT=<sysroot-path> ./configure
+ $ make
+
+SYSROOT should be set to the path where your cross-compiled libraries are
+stored, i.e. the path you specify as prefix when configuring the library using
+`./configure --prefix=<prefix>'.
Note that some adaptations might be necessary regarding the CFLAGS, since not
all might be supported by a different architecture. Probably the most simple