Hey guys.
Were having some trouble creating the new platform...
- Is there a guide somewhere to creating a new platform that I could follow?
- While I assume we’ll be able to get rid of this warning, I’m curious if there should have been an error generated when we violated the amount of memory available. Considering we specified the size of IRAM to be 256k, then assigned 128k to L2, shouldn’t we get some error when the compile assigns a value greater than 128k to the remainder of IRAM?
- I’m also trying to create an EABI project as we mentioned earlier. I created a new CCS project using the Minimal SYS/BIOS template and set the Output format to EABI. After important our C++ code (no external libraries needed), I’m getting the following linker error:
undefined first referenced symbol in file --------- ---------------- main C:\ti\ccsv5\tools\compiler\c6000_7.4.4\lib\rts6740_elf.lib<args_main.obj>
Is there a library I need to include for EABI?