Hello,
I have been trying for several days off and on to get some example code off of the Starterware to build. We are engaged in a bare metal OS project that will require full functionality of the development board. So far we have been entirely unsuccessful in getting anywhere with Starterware code. It is a shame, as it is exactly what we need for our development purposes, to give us some boost on driver programming. Surely there is some way to get this code to at least compile without the rash of errors that I am constantly getting while trying to build. Here is our current environment.
Target: Beaglebone Black
Code Composer Studio v. 5.5.0.00077
Standard install, in the default directory, default options
Steps I have taken:
Create new WorkSpace.
File>Import>Code Composer Studio>Existing CCS Eclipse Projects.
Browse>AM335X_StarterWare_02_00_01_01>build>armv7a>cgt_ccs>am335x>beaglebone>demo
Left "Copy projects into workspace" Unchecked.
Left "Automatically import referenced projects" Unchecked.
Then I build the project and I get this:
**** Clean-only build of configuration Debug for project demo ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k -j 8 -s clean
Could Not Find C:\ti\AM335X_StarterWare_02_00_01_01\binary\armv7a\cgt_ccs\am335x\beaglebone\demo\Debug\demo.out
Could Not Find C:\ti\AM335X_StarterWare_02_00_01_01\build\armv7a\cgt_ccs\am335x\beaglebone\demo\Debug\slpWkup_cgttms470.pp
'Finished clean'
' '
**** Build Finished ****
**** Build of configuration Debug for project demo ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k -j 8 -s all
'Building file: C:/ti/AM335X_StarterWare_02_00_01_01/examples/beaglebone/demo/am335x_clock_data.c'
'Building file: C:/ti/AM335X_StarterWare_02_00_01_01/examples/beaglebone/demo/cm3wkup_proxy.c'
'Building file: C:/ti/AM335X_StarterWare_02_00_01_01/examples/beaglebone/demo/demoDvfs.c'
'Building file: C:/ti/AM335X_StarterWare_02_00_01_01/examples/beaglebone/demo/demoEnet.c'
'Building file: C:/ti/AM335X_StarterWare_02_00_01_01/examples/beaglebone/demo/demoGpio.c'
'Building file: C:/ti/AM335X_StarterWare_02_00_01_01/examples/beaglebone/demo/demoI2c.c'
'Building file: C:/ti/AM335X_StarterWare_02_00_01_01/examples/beaglebone/demo/demoLedIf.c'
'Building file: C:/ti/AM335X_StarterWare_02_00_01_01/examples/beaglebone/demo/demoMain.c'
'Invoking: ARM Compiler'
'Invoking: ARM Compiler'
'Invoking: ARM Compiler'
'Invoking: ARM Compiler'
'Invoking: ARM Compiler'
'Invoking: ARM Compiler'
'Invoking: ARM Compiler'
'Invoking: ARM Compiler'
"../../../../../../../include/hw/hw_control_AM335x.h", line 335: warning #1557-D: white space between backslash and newline in line splice ignored
"../../../../../../../include/hw/hw_cm_per.h", line 139: warning #1557-D: white space between backslash and newline in line splice ignored
"../../../../../../../include/hw/hw_cm_wkup.h", line 125: warning #1557-D: white space between backslash and newline in line splice ignored
"../../../../../../../include/hw/hw_cm_rtc.h", line 72: warning #1557-D: white space between backslash and newline in line splice ignored
".... more of the same....."
1.4.0/ports/cpsw/lwiplib.c".
' '
>> Compilation failure
gmake: *** [lwiplib.obj] Error 1
'Finished building: C:/ti/AM335X_StarterWare_02_00_01_01/examples/beaglebone/demo/pmic.c'
' '
'Finished building: C:/ti/AM335X_StarterWare_02_00_01_01/third_party/fatfs/src/ff.c'
' '
'Finished building: C:/ti/AM335X_StarterWare_02_00_01_01/third_party/lwip-1.4.0/apps/httpserver_raw_io/httpd_io.c'
' '
gmake: Target `all' not remade because of errors.
**** Build Finished ****
What all steps do I need to take in order to see this compile?