So far I have managed to install XTools and on the terminal I can invoke the
Code: Select all
xcc -version
However Eclipse does not seem to be able to find the XCC tools despite following the tutorial. The steps I have made so far:
1. Xtools installed and runs on Terminal
2. Created the necessary files as per the tutorial

3. In Properties of the project, in the Presporcessor includes, macros tab I have adjusted the “Command to get compiler specs” to read:
Code: Select all
xcc $FLAGS -march=xs2a -E -P -vv -dD "$INPUTS"

4. Still in Properties (project), I have unticked “Use default build command” and set “Build command” to bash build.sh
5. Finally set the external toolchain to select the bash script
When I finally try to build the project, I get this error on the console:
Code: Select all
11:02:46 **** Incremental Build of configuration Default for project single-tile ****
"bash build.sh" all
Cannot run program "bash build.sh": Unknown reason
Error: Program "bash build.sh" not found in PATH
PATH=[/bin:/usr/bin:/usr/sbin:/sbin]
11:02:46 Build Failed. 1 errors, 0 warnings. (took 3ms)