Perhaps I should mention that there are some suspicious build variables (project properties->build->variables):
BuildArtifactFileBaseName ../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/enet_echo/${ConfigName}/${ProjName}
and
BuildArtifactFileName ../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/enet_echo/${ConfigName}/${ProjName}.out
The project enetecho (after having done some manual settings) meanwhile compiles, but it is located at
C:\binary\armv7a\cgt_ccs\am335x\beaglebone\enet_echo\Debug\enetEcho.out
I.e. outside workspace.
This is the console output:
**** 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: ../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: ../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/beaglebone/enet_echo/Debug/enetEcho.out'
'Invoking: ARM Linker'
<Linking>
'Finished building target: ../../../../../../../binary/armv7a/cgt_ccs/am335x/beaglebone/enet_echo/Debug/enetEcho.out'
' '
The system cannot find the path specified.
' '
Can anyone give me a clue what went wrong?
Regards,
Martin H.