Other Parts Discussed in Thread: OMAPL138
Tool/software: Code Composer Studio
I recently Started to work with OMAP L138 on the TDSLCDK138. After installing the software according to the instructions on the wiki I then started to work with the examples found in the MCSDK. Fallowing the instructions to import them into CCS then built the example MCBSP master Example Project. Early on in the build I got this error
1. ERROR in C:\Users\jluke\AppData\Local\Temp\CACHE-ti.sdo.edma3.drv@1969.12.31-16.59.59-schema,2004938422837750738276\ti_sdo_edma3_drv.java (at line 145)
pkgV.bind("$vers", Global.newArray(02, 02, 09));
^^
The literal Octal 09 (digit 9) of type int is out of range
I have thought about going into the file and delete the leading 0 to make it an non octal number according to java standards. I just don't know if this file is auto generated or what.
Just so more info I am using this on the Lastest CCS on windows 10 computer.
Thanks,
Jorden Luke