This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

create a new eclipse project

I'm following the tutorial Development with GCC and Eclipse I could compile and flash existing project that attached to tutorial. Now I can't understand what to to while creating a new eclipse project. If I got corectly I can any of examples from my sdk1.2 folder for example blinky.. I got two file in my project explorer window

image description

Then as says tutorial I need to "Locate the CFLAGS variables, and change ‘-O3’ to '-O0' for debugging to produce expected results "

Should I do it in this place?

image description

Then before I add any existing file to this project "Configure the build settings and build the project, see the instructions from the Import existing Eclipse project to workspace section above and verify that there are no build errors before moving on to the next step."

I got this error

image description

Related