Hello I am new to CCS6 and i am having trouble building my first project.i am using AM335x_Starterware_02_00_01_01 and I am try to build the eneEcho project. below is the console output from the build. I am running Windows 7 Professional any advice is appreciated.
**** Build of configuration Debug for project enetEcho ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k -j 4 -s all
'Building file: C:/ti/AM335X_StarterWare_02_00_01_01/third_party/lwip-1.4.0/apps/echoserver_raw/echod.c'
'Building file: C:/ti/AM335X_StarterWare_02_00_01_01/examples/evmskAM335x/enet_echo/enetEcho.c'
'Building file: C:/ti/AM335X_StarterWare_02_00_01_01/third_party/lwip-1.4.0/ports/cpsw/lwiplib.c'
'Invoking: ARM Compiler'
'Invoking: ARM Compiler'
'Invoking: ARM Compiler'
'Finished building: C:/ti/AM335X_StarterWare_02_00_01_01/third_party/lwip-1.4.0/apps/echoserver_raw/echod.c'
' '
'Finished building: C:/ti/AM335X_StarterWare_02_00_01_01/examples/evmskAM335x/enet_echo/enetEcho.c'
' '
'Finished building: C:/ti/AM335X_StarterWare_02_00_01_01/third_party/lwip-1.4.0/ports/cpsw/lwiplib.c'
' '
'Building target: ../../../../../../../binary/armv7a/cgt_ccs/am335x/evmskAM335x/enet_echo/Debug/enetEcho.out'
'Invoking: ARM Linker'
<Linking>
error: cannot find file
"../../../../../../../binary/armv7a/cgt_ccs/am335x/drivers/Debug/drivers.lib
"
error: cannot find file
"../../../../../../../binary/armv7a/cgt_ccs/am335x/system_config/Debug/syste
m.lib"
error: cannot find file
"../../../../../../../binary/armv7a/cgt_ccs/am335x/evmskAM335x/platform/Debu
g/platform.lib"
error: cannot find file
"../../../../../../../binary/armv7a/cgt_ccs/utils/Debug/utils.lib"
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;
"../../../../../../../binary/armv7a/cgt_ccs/am335x/evmskAM335x/enet_echo/Deb
ug/enetEcho.out" not built
>> Compilation failure
gmake: *** [../../../../../../../binary/armv7a/cgt_ccs/am335x/evmskAM335x/enet_echo/Debug/enetEcho.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****