Skip to content
Snippets Groups Projects
Commit 1b3a21ca authored by pmai's avatar pmai
Browse files

Change second step of cross-compilation instructions: Creating a directory

for the cross-compiler itself with create-target.sh isn't needed, since
cross-build-world.sh does this by itself already.
parent 88d1bf04
No related branches found
No related tags found
No related merge requests found
......@@ -460,9 +460,11 @@ create the directory and get a copy of the sources as mentioned above.
Then you need to do the following steps.
1. Create a directory for the cross-compiler:
1. Select a directory for the cross-compiler:
src/tools/create-target.sh xcross <other options>
In our case we will use xcross. Make sure that this
directory doesn't exist, and especially isn't the same
as the directory in the next step.
2. Create a directory for the compiled target:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment