Other Parts Discussed in Thread: CCSTUDIO
hi,
I want to load a coff data file from the linker command file.
I just wrote:
.input_seq_yuv: {
..\TestVecs\Input\test01_input_yuv_frame_001.out (.data)
} > EXTMEM PALIGN(16)
The file has been gnerated by CCS itself (doing a File->data->save)
When I compile I have the following error
<Linking>
fatal error: ABI of "..\TestVecs\Input\test01_input_yuv_frame_001.out"
(TI-ARM7) is incompatible with
"C:/CCStudio_v3.3/tms470/lib/rtsv7M3_T_le_tiarm9.lib<boot.obj>" (TI-ARM9)
The linker options are
-ar -c -m".\Debug\MPEG4SPEncIvahd_TestApp.map" -o".\Debug\MPEG4SPEncIvahd_Host_TestApp.out" -w -x -l"rtsv7M3_T_le_tiarm9.lib"
Is there a way to get ride of this error?
thanks