CW IDE 5.9 do not compile whole project

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CW IDE 5.9 do not compile whole project

634 Views
nakedbean
Contributor I

Hi,

can anyone explain me why CW don't compile all my source code?

I use PEMICRO external debugger and (I suppose) a Special Edition of cw limited to 128k (CW55xx_v2_6_Build_100426SE).

The compilig operation give me a 81KB elf-file ( then I can exclude the exceeded of code size limit).

The compiling process don't give me any particular notice, but the red-point on the left of source code lines is missing in some function when I'm in debug mode.

Is there any solution?

Thanks a lot

 

Mario.

Labels (1)
0 Kudos
Reply
1 Reply

322 Views
J2MEJediMaster
Specialist I

Look at the CodeWarrior IDE's project window. (It's the one that displays all of the files in the project and their sizes.) One column in this window has a small bug at the top. Now look at youur source files (the rows) and see if there is a black dot in this bug column for each of your source files. If not, click on that cell (bug column in source file row) and make a black dot appear. The black dot is a flag that indicates the tools will generate debug info for this file. If the dot is not there, no debugging information is generated, and you you will have problems setting breakpoints.

 

---Tom

0 Kudos
Reply