I am trying to upload a lab project onto the BOOSTXL-DRV8301 RevB Motor Drive BoosterPack with the C2000 LaunchPadXL TMS320F28027F MCU! However, the compiler fails to build the project and displays the following error in the console; warning #10247-D: creating output section "rom_accessed_data" without a SECTIONS specification "../28027_RAM_lnk.cmd", line 114: error #10099-D: program will not fit into available memory. placement with alignment/blocking fails for section ".text" size 0x332c page 0. Available memory ranges: PRAML0 size: 0x900 unused: 0x900 max hole: 0x900 undefined first referenced symbol in file --------- ---------------- _RamfuncsLoadEnd ./proj_lab01.obj _RamfuncsLoadStart ./proj_lab01.obj _RamfuncsRunStart ./proj_lab01.obj _econst_end ./proj_lab01.obj _econst_ram_load ./proj_lab01.obj _econst_start ./proj_lab01.obj _switch_end ./proj_lab01.obj _switch_ram_load ./proj_lab01.obj _switch_start ./proj_lab01.obj error #10234-D: unresolved symbols remain error #10010: errors encountered during linking; "proj_lab01.out" not built >> Compilation failure gmake: *** [proj_lab01.out] Error 1 gmake: Target `all' not remade because of errors. HOW CAN I SOLVE THIS ISSUE? Thank you for your time.
↧