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.

编译ARM裸跑的例程提示编译器出错

Other Parts Discussed in Thread: 66AK2E05

我在www.deyisupport.com/.../82679.aspx里找到了ARM裸跑的例程K2 ARM STK

请问STK里的例程的编译器是什么?我板子是K2E开发板,安装了CCS6.1.1,导入STK里的GE工程后提醒我以下错误:

This project was created using a version of compiler that is not currently installed: GNU_4.8.4:Linaro [ARM]. Please go to <a href="liveaction:OpenAppCenter">CCS App Center</a> to install the compiler of this version, or migrate the project to one of the available compiler versions by adjusting project properties.

请问我应该安装什么或者更新什么?

  • 6.1.1的配置文件有点问题,你可以参考如下网址先修改,我试了下是可行的

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/453342#pi316318=2

  • 你好,我按照网址所说的修改了66AK2E05.xml,确实没有提示编译器的问题,但是出现了以下错误:

    **** Build of configuration Debug for project GE ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
    gmake: *** No rule to make target `E:/ccs6_test/common/ARMv7_CPU.s', needed by `src/ARMv7_CPU.o'.
    gmake: *** No rule to make target `E:/ccs6_test/common/CP15.s', needed by `src/CP15.o'.
    'C:\Users\HJJ' 不是内部或外部命令,也不是可运行的程序
    或批处理文件。
    gmake: *** [src/GE_Interrupts.o] Error 1
    'C:\Users\HJJ' 不是内部或外部命令,也不是可运行的程序
    或批处理文件。
    gmake: *** [src/GE_PktDMA_Init.o] Error 1
    'C:\Users\HJJ' 不是内部或外部命令,也不是可运行的程序
    或批处理文件。
    gmake: *** [src/GE_Test.o] Error 1
    'C:\Users\HJJ' 不是内部或外部命令,也不是可运行的程序
    或批处理文件。
    gmake: *** [src/GE_debug.o] Error 1
    'C:\Users\HJJ' 不是内部或外部命令,也不是可运行的程序
    或批处理文件。
    gmake: *** [src/GE_packets_process.o] Error 1
    gmake: *** No rule to make target `E:/ccs6_test/common/K2_Board_Init.c', needed by `src/K2_Board_Init.o'.
    gmake: *** No rule to make target `E:/ccs6_test/common/K2_DDR_Init.c', needed by `src/K2_DDR_Init.o'.
    gmake: *** No rule to make target `E:/ccs6_test/common/K2_GE_Init_drv.c', needed by `src/K2_GE_Init_drv.o'.
    gmake: *** No rule to make target `E:/ccs6_test/common/K2_Navigator_init_drv.c', needed by `src/K2_Navigator_init_drv.o'.
    gmake: *** No rule to make target `E:/ccs6_test/common/K2_common.c', needed by `src/K2_common.o'.
    gmake: *** No rule to make target `E:/ccs6_test/common/common_test.c', needed by `src/common_test.o'.
    gmake: *** No rule to make target `E:/ccs6_test/common/startup_A15.s', needed by `src/startup_A15.o'.
    gmake: Target `all' not remade because of errors.

    **** Build Finished ****

    请问要如何解决?