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.

AM437X CCS例程编译出现问题

Other Parts Discussed in Thread: SYSBIOS

在windows环境下,使用CCS6.1.2.00015 编译sysbios_ind_sdk_2.1.0.1中的startware里面的examples:GPIOled_blink工程时。出现了以下问题:

'Invoking: GNU Linker'
c:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_8-2014q3/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: cannot open linker script file C:/ti/sysbios_ind_sdk_2.1.0.1/sdk/starterware/examples/gpio/led_blink/ccs/../../../../gcc/am43xx_ddr.lds: Invalid argument
collect2.exe: error: ld returned 1 exit status
gmake: *** [C:/ti/sysbios_ind_sdk_2.1.0.1/sdk/starterware/examples/gpio/led_blink/ccs/../../../../../binary/gpio_app_led_blink/bin/am43xx-evm/ccs/gpio_app_led_blink_a9host_debug.out] Error 1
gmake: Target `all' not remade because of errors.

请问这个问题该怎么解决?多谢!