Skip to content

Commit 156070d

Browse files
authored
Merge pull request #32 from schaecsn/crosscompile
Bundled Crosscompiler coexist with Distribution Crosscompiler
2 parents d54b64b + 871018e commit 156070d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ Then go to the sample directory of interest and call `make`, for example:
2121
cd customer_app/bl602_boot2
2222
make
2323
```
24+
Call
25+
```
26+
make CONFIG_TOOLPREFIX=riscv64-linux-gnu-
27+
```
28+
for bypassing the bundled crosscompiler and using your distribution's own crosscompiler.
29+
30+
2431
There is a linker script (written in python) at `image_conf/flash_build.py`.
2532
To run this, you need to specify the application and the target, for example:
2633
```

0 commit comments

Comments
 (0)