View previous topic :: View next topic |
Author |
Message |
YASU
Joined: 18 Mar 2010 Posts: 7
|
Build Configuration problem ( Debug / Release ) |
Posted: Tue Mar 23, 2010 12:00 pm |
|
|
Now I have a problem at Build configuration.
Selecting [Project] -> [Build Configuration]
grayed message (No Build Configuration) is appeared.
And I could not select (Debug / Release) when I use CCS.
Using Hi-tech C compiler, Debug / Release item are appeared.
Also selection box in Project tab is grayed out.
Please show me how to use Build Configuration.
version
MPLAB IDE 8.46
CCS 4.104 |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue Mar 23, 2010 12:34 pm |
|
|
You can tell MPLAB to build the Debug or Release version by selecting
the Debugger or Programmer menu, respectively.
You go to the Debugger or Programmer menu, and then go to the
"Select Tool" menu, and select ICD2 from there. Then when you click
on the "Build" button, the Debug version or the Release version will
be built.
This thread tells how to build the Debug version of the code and use the
ICD2 debugger with it:
http://www.ccsinfo.com/forum/viewtopic.php?t=33505 |
|
|
YASU
Joined: 18 Mar 2010 Posts: 7
|
still impossible |
Posted: Tue Mar 23, 2010 4:40 pm |
|
|
Thank you for your reply.
I tried using ICD2, but no build configuration will appear.
I tried also pickit3. Also impossible to select Debug/Release. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue Mar 23, 2010 5:02 pm |
|
|
The MPLAB release notes for vs. 8.46 say:
Quote: |
11 Debug/Release Selection for Language Tools
For some language tools, MPLAB IDE provides an automated way
to perform debug setup
|
This means it's not available for all compilers. You should use the
method that I posted, to select between Debug and Standalone versions
of the code. |
|
|
YASU
Joined: 18 Mar 2010 Posts: 7
|
I'll try it |
Posted: Fri Mar 26, 2010 6:17 am |
|
|
I've still not able to manage it.
And I change configuration bit manurally.
Then I'll try you showed me.
regard. |
|
|
|