Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE,
Tool/software: Code Composer Studio
Hi,
After getting my hands on a F28069M Launchpad, have been trying for a few days to get some activity on the board other than for the stock demo from the Flash.
CCS (Eclipse seems to be a huge pain, even for setting up even the simplest stuff. Don't understand why though ..) Though worked with a plethora of MCU's and DSC's, but being an Eclipse first time user has sent shivers down my spine. The simplest of tasks looks like rocket science ! I can't believe that people are able to adapt to this environment ! Sorry, that was the amount of built up frustration over days.
I am trying to build the Launchpad demo with the following configuration:
Code Composer Studio Version: 8.0.0.00016 OS: Windows 7, v.6.1, x86 / win32
Initially it resulted in an error with "make not found". After a bit of googling, came up on this thread:
That fixed the make issue, but results in stdint.h not found.
It results in a build failure, as shown.
>> Compilation failure
subdir_rules.mk:9: recipe for target 'Example_F2806xLaunchPadDemo.obj' failed
"../Example_F2806xLaunchPadDemo.c", line 25: fatal error: could not open source file "stdint.h" (no directories in search list)
1 catastrophic error detected in the compilation of "../Example_F2806xLaunchPadDemo.c".
Compilation terminated.
gmake: *** [Example_F2806xLaunchPadDemo.obj] Error 1
**** Build Finished ****
Any idea, what package/setting, I might be missing here ?
Is it possible for someone to help ?
Thanks,
Manu