Part Number: PROCESSOR-SDK-AM335X
Hello everyone,
iam trying to import ethernet example code from AM335X_StarterWare_02_00_01_01 and using ccsv8.3.1 and compiler Ti v5.0.11.
iam facing following errors after building the project.
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 2 -s all -O
Building target: "C:/ti/AM335X_StarterWare_02_00_01_01/build/armv7a/cgt_ccs/am335x/evmAM335x/enet_lwip/../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/enet_lwip/Debug/enetLwip.out"
Invoking: ARM Linker
<Linking>
>> Compilation failure
makefile:136: recipe for target 'C:/ti/AM335X_StarterWare_02_00_01_01/build/armv7a/cgt_ccs/am335x/evmAM335x/enet_lwip/../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/enet_lwip/Debug/enetLwip.out' failed
error: no input section is linked in
undefined first referenced
symbol in file
--------- ----------------
Entry
error: unresolved symbols remain
warning: entry-point symbol "Entry" undefined
warning: no suitable entry-point found; setting to 0
error: errors encountered during linking;
"C:/ti/AM335X_StarterWare_02_00_01_01/build/armv7a/cgt_ccs/am335x/evmAM335x/
enet_lwip/../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/enet_l
wip/Debug/enetLwip.out" not built
gmake: *** [C:/ti/AM335X_StarterWare_02_00_01_01/build/armv7a/cgt_ccs/am335x/evmAM335x/enet_lwip/../../../../../../../binary/armv7a/cgt_ccs/am335x/evmAM335x/enet_lwip/Debug/enetLwip.out] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Could anyone help me out?