Other Parts Discussed in Thread: CCSTUDIO
Hi
I used the example in C:\CCStudio_v3.3\MyProjects\03.00.10.02\6455\6455_default_package\default_package\csl_c6455\example\edma\qdma_link_xfer_reg0 . I used the CSL for EDMA3 and I linked the csl_6455e.lib and the rts64pluse.lib. There is a problem building. I am pasting the build result below. Also I have set the CCS to bigendian and the target simulator is also bigendian. I dont know what gel file I have to run before i run the code
[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
>> error: file
'C:\\CCStudio_v3.3\\MyProjects\\03.00.10.02\\6455\\6455_default_package\\default_package\\csl_c6455\\example\\edma\\qdma_link_xfer_reg0\\obj\\Debug\\edmaCheckTransfer.obj' has incompatible byte ordering
>> error: file
'C:\\CCStudio_v3.3\\MyProjects\\03.00.10.02\\6455\\6455_default_package\\default_package\\csl_c6455\\example\\edma\\qdma_link_xfer_reg0\\obj\\Debug\\Qdma_link_xfer_reg0.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'printf.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member '_printfi.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'atoi.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'cmpd.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'ctype.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'defs.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'divd.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'divu.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'fixdi.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'fixdli.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'fltlid.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'fputc.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'fputs.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'frcdivd.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'imath40.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'imath64.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'llshift.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'lowlev.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'ltoa.obj' has incompatible byte ordering
>> error: library 'C:\\CCStudio_v3.3\\C6000\\cgtools\\lib\\rts64pluse.lib',
member 'memccpy.obj' has incompatible byte ordering
regards
Bala