mahmoud899 0 Posted January 9, 2015 Share Posted January 9, 2015 Hello, I am having trouble building and compiling a new project in the Code Composer Studio v6. I have a Stellaris Launchpad EK-LM4F120XL. I downloaded the Stellarisware and the Code Composer Studio v6 on my C Drive. I followed the instructions in this link "http://processors.wiki.ti.com/index.php/Creating_new_CCS_v5_Project_with_Stellarisware" ?and I get errors when I try to builld my project. This is the Error Description Resource Path Location Type #20 identifier "tBoolean" is undefined .ccsproject /test_app_01 line 583, external location: C:\StellarisWare\driverlib\sysctl.h C/C++ Problem Any suggestions on how to solve my problem Thank You Quote Link to post Share on other sites
AlexH 0 Posted February 27, 2015 Share Posted February 27, 2015 I'm a n00b too, but try this... Make sure you've done the "Adding Include Path" in that tutorial. Then make sure you've also got... #include <stdbool.h> Does that help? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.