|
|
View previous topic :: View next topic |
Author |
Message |
thomas Guest
|
Using CCS with CodeWright |
Posted: Thu May 15, 2003 11:27 pm |
|
|
Hi everyone,
I want to edit and compile PICC under CodeWright. I tried to setup the command line but it doesn't work. It looks like this:
${FTEE} "C:\Program Files\PICC\CCSC.exe" +FM E:\Project\Test\main.c
I also want to be able to click on the error message and automatically jump to the error line. Is it possible?
Regards
Thomas
___________________________
This message was ported from CCS's old forum
Original Post ID: 144514501 |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
Re: Using CCS with CodeWright |
Posted: Fri May 16, 2003 11:42 am |
|
|
:=Hi everyone,
:=
:=I want to edit and compile PICC under CodeWright. I tried to setup the command line but it doesn't work. It looks like this:
:=
:=${FTEE} "C:\Program Files\PICC\CCSC.exe" +FM E:\Project\Test\main.c
:=
Try this one, from the archives:
<a href="http://www.pic-c.com/forum/general/posts/12546.html" TARGET="_blank">http://www.pic-c.com/forum/general/posts/12546.html</a>
___________________________
This message was ported from CCS's old forum
Original Post ID: 144514511 |
|
|
thomas Guest
|
Re: Using CCS with CodeWright |
Posted: Sat May 17, 2003 11:30 am |
|
|
Thank you for your help! I tried this one already but it still doesn't work.
:=:=Hi everyone,
:=:=
:=:=I want to edit and compile PICC under CodeWright. I tried to setup the command line but it doesn't work. It looks like this:
:=:=
:=:=${FTEE} "C:\Program Files\PICC\CCSC.exe" +FM E:\Project\Test\main.c
:=:=
:=Try this one, from the archives:
:= <a href="http://www.pic-c.com/forum/general/posts/12546.html" TARGET="_blank"> <a href="http://www.pic-c.com/forum/general/posts/12546.html" TARGET="_blank">http://www.pic-c.com/forum/general/posts/12546.html</a></a>
___________________________
This message was ported from CCS's old forum
Original Post ID: 144514524 |
|
|
davidpk Guest
|
Re: Using CCS with CodeWright |
Posted: Sat May 17, 2003 5:43 pm |
|
|
I use CodeWright and decided to find a way to make this work when I saw your post. I ended up with this as a command line:
"c:\program files\picc\CCSC.exe" +DC +LN +T +A +M +Y9 +P30 "c:\data\FTS Firmware\Tango\302-4006500.c"
I used the following options:
No command shell
Save all files
:=Thank you for your help! I tried this one already but it still doesn't work.
___________________________
This message was ported from CCS's old forum
Original Post ID: 144514528 |
|
|
thomas Guest
|
Re: Using CCS with CodeWright |
Posted: Sun May 18, 2003 9:01 pm |
|
|
Thank you for your help! Using this command line, do you get it work properly? I tried this but still, it doesn't work. Would you please point me to a document or something about what the +DC, +LN, etc option mean?
Thanks!
Thomas
:=I use CodeWright and decided to find a way to make this work when I saw your post. I ended up with this as a command line:
:="c:\program files\picc\CCSC.exe" +DC +LN +T +A +M +Y9 +P30 "c:\data\FTS Firmware\Tango\302-4006500.c"
:=
:=I used the following options:
:=No command shell
:=Save all files
:=
:=:=Thank you for your help! I tried this one already but it still doesn't work.
___________________________
This message was ported from CCS's old forum
Original Post ID: 144514535 |
|
|
davidpk Guest
|
Re: Using CCS with CodeWright |
Posted: Wed May 21, 2003 11:14 am |
|
|
The switches you're asking about are in the Compiler Manual, page 2. What version of CodeWright are you using? I was able to do this with versions 6.5 and 7.5. Also, did you set the check boxes the same way I did?
Oh, (just in case) you did use your source code path, not mine, right?
:=Thank you for your help! Using this command line, do you get it work properly? I tried this but still, it doesn't work. Would you please point me to a document or something about what the +DC, +LN, etc option mean?
:=Thanks!
:=Thomas
:=:=I use CodeWright and decided to find a way to make this work when I saw your post. I ended up with this as a command line:
:=:="c:\program files\picc\CCSC.exe" +DC +LN +T +A +M +Y9 +P30 "c:\data\FTS Firmware\Tango\302-4006500.c"
:=:=
:=:=I used the following options:
:=:=No command shell
:=:=Save all files
:=:=
:=:=:=Thank you for your help! I tried this one already but it still doesn't work.
___________________________
This message was ported from CCS's old forum
Original Post ID: 144514634 |
|
|
thomas Guest
|
Re: Using CCS with CodeWright |
Posted: Wed May 21, 2003 1:46 pm |
|
|
The code was compile OK. My problem is when I double-click on the error message, CodeWright is unable to open the file with error and jump to the appropriate place. I think it has to do with the way CodeWright interprets the error message.
Thank you for your help!
Regards,
Thomas
:=The switches you're asking about are in the Compiler Manual, page 2. What version of CodeWright are you using? I was able to do this with versions 6.5 and 7.5. Also, did you set the check boxes the same way I did?
:=
:=Oh, (just in case) you did use your source code path, not mine, right?
:=
:=:=Thank you for your help! Using this command line, do you get it work properly? I tried this but still, it doesn't work. Would you please point me to a document or something about what the +DC, +LN, etc option mean?
:=:=Thanks!
:=:=Thomas
:=:=:=I use CodeWright and decided to find a way to make this work when I saw your post. I ended up with this as a command line:
:=:=:="c:\program files\picc\CCSC.exe" +DC +LN +T +A +M +Y9 +P30 "c:\data\FTS Firmware\Tango\302-4006500.c"
:=:=:=
:=:=:=I used the following options:
:=:=:=No command shell
:=:=:=Save all files
:=:=:=
:=:=:=:=Thank you for your help! I tried this one already but it still doesn't work.
___________________________
This message was ported from CCS's old forum
Original Post ID: 144514644 |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|