CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

CCS C and SlickEdit

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
dahli.llama



Joined: 26 May 2005
Posts: 5

View user's profile Send private message

CCS C and SlickEdit
PostPosted: Tue Jul 19, 2005 12:05 pm     Reply with quote

I am currently using SlickEdit do write my code and I'd like to be able to compile with CCS C from inside SlickEdit, but I can't seem to figure out how to get it working properly. Does anyone have any suggestions?

Any help would be great.
treitmey



Joined: 23 Jan 2004
Posts: 1094
Location: Appleton,WI USA

View user's profile Send private message Visit poster's website

PostPosted: Tue Jul 19, 2005 1:18 pm     Reply with quote

I do the same from Ultra-edit
in the ccsc.chm help file, look up "command line"

to run the ICD I use
icd -T"%p%n.hex"

To compile I use
ccsc +FH +DF +P2 "%f"

%f is file name
%n is name without extension
%p is path

In ultra-edit I see a note that says ..
NOTE - If the %f, %p, %n, %e are lower case the filenames are passed as long filenames and should be put in quotes, i.e. "%f" or "%p%n" etc. If the %F, %P, %N, %E are in upper case the filename and path will converted and passed as the "8.3" short filename specification for maximum compatibility with DOS programs.

this could be related to your problem.

ALSO NOTE ON ICD DO NOT PUT A SPACE AFTER THE -T
PICoHolic



Joined: 04 Jan 2005
Posts: 224

View user's profile Send private message

PostPosted: Tue Jan 10, 2017 2:45 pm     Reply with quote

http://www.ccsinfo.com/forum/viewtopic.php?t=48686&highlight=slickedit
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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