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.

如何在CCS5环境中在工程中添加汇编文件



目前在开发DM8127,工程环境为CCS5.4,之前CCS3.3环境中一直在使用的一个汇编文件添加到当前CCS5.4的工程中报错,请高手指教,非常急!!!

具体添加步骤:

1. 在DSP核的Makefile文件中的src路径下加入汇编文件MoveBlk1x16bit.asm

2. 在调用该.asm文件的.c文件中声明.asm函数:extern void MoveBlk1x16bit();  // 实际上加不加这句话都出现下面的错误

编译后错误提示:gmake[1]: *** No rule to make target `../prebuilt/tmp/dsp/dsp/debug/src/algs/MoveBlk1x16bit.asm', needed by `../prebuilt/tmp/dsp/dsp/debug/dsp.xe674'.  Stop.