This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28386S: enet_lwip example project will not fit on device

Part Number: TMS320F28386S
Other Parts Discussed in Thread: C2000WARE

I have imported the example project from C2000ware V 3.04.00.

The default project is defined for 28388D. so I changed the device type to what I have onboard "28386S".

Compile and I get the fallowing error.

"../2838x_flash_lnk_cm.cmd", line 45: error: program will not fit into
available memory, or the section contains a call site that requires a
trampoline that can't be generated for this section. placement with
alignment fails for section ".text" size 0x8ebc. Available memory ranges:
CMBANK0_SECTOR0 size: 0x3ff7 unused: 0x1 max hole: 0x1
CMBANK0_SECTOR1 size: 0x4000 unused: 0x8 max hole: 0x3
"../2838x_flash_lnk_cm.cmd", line 57: error: program will not fit into
available memory, or the section contains a call site that requires a
trampoline that can't be generated for this section. placement with
alignment fails for section ".const" size 0x11b1. Available memory ranges:

CMBANK0_SECTOR0 size: 0x3ff7 unused: 0x1 max hole: 0x1
CMBANK0_SECTOR1 size: 0x4000 unused: 0x8 max hole: 0x3
"../2838x_flash_lnk_cm.cmd", line 64: error: program will not fit into
available memory, or the section contains a call site that requires a
trampoline that can't be generated for this section. load placement with
alignment fails for section ".TI.ramfunc" size 0x16c. Available memory
ranges:
CMBANK0_SECTOR0 size: 0x3ff7 unused: 0x1 max hole: 0x1
CMBANK0_SECTOR1 size: 0x4000 unused: 0x8 max hole: 0x3
"../2838x_flash_lnk_cm.cmd", line 56: error: program will not fit into
available memory, or the section contains a call site that requires a
trampoline that can't be generated for this section. run placement with
alignment fails for section ".bss" size 0xb258. Available memory ranges:
S3RAM size: 0x3fff unused: 0x3f4f max hole: 0x3f4f
"../2838x_flash_lnk_cm.cmd", line 46: error: program will not fit into
available memory, or the section contains a call site that requires a
trampoline that can't be generated for this section. placement with
alignment fails for section ".cinit" size 0x4f. Available memory ranges:
CMBANK0_SECTOR0 size: 0x3ff7 unused: 0x1 max hole: 0x1

undefined first referenced
symbol in file
--------- ----------------
constLoadSize ./enet_lwip.obj
constLoadStart ./enet_lwip.obj
constRunStart ./enet_lwip.obj

error: unresolved symbols remain
error: errors encountered during linking; "enet_lwip_cm.out" not built

>> Compilation failure
makefile:148: recipe for target 'enet_lwip_cm.out' failed
gmake: *** [enet_lwip_cm.out] Error 1
gmake: Target 'all' not remade because of errors.