How to generate IBL binaries in Windows Environment?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
How to generate IBL binaries in Windows Environment?
IBL Binary generation steps:
#!/bin/bash # Environment setup to be done if using MSYS Bash shell for build # Specify the base directory of the c6000 compiler with UNIX style path separator export C6X_BASE_DIR='"C:/ti/c6000_7.4.24"' export PATH=$PATH:C:/ti/c6000_7.4.24/bin # Don't modify the below variables. They are derived from the above definitions export TOOLSC6X=$C6X_BASE_DIR export TOOLSC6XDOS=$C6X_BASE_DIR