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.
我操作如下:
1. 我是从官网下载simplelink_cc26x2_sdk_2_20_00_36.run到linux上,然后运行解压缩
2.安装arm-none-eabi工具链
3.把步骤2的工具链修改到implelink_cc26x2_sdk_2_20_00_36/imports.mak的GCC_ARMCOMPILER
4.切到simplelink_cc26x2_sdk_2_20_00_36/examples/rtos/CC26X2R1_LAUNCHXL/demos/portableNative/tirtos/gcc,执行make all
就会报
arm-none-eabi-gcc: error: @~/ti/simplelink_cc26x2_sdk_2_20_00_36/kernel/tirtos/builds/CC26X2R1_LAUNCHXL/release/gcc/compiler.opt: No such file or directory
make: *** [console_tirtos.obj] 错误 1
1. 请问是我的步骤不对吗? 正确的使用gcc搭建编译环境是怎么样的?