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

CCSC commandline option

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



Joined: 03 Mar 2004
Posts: 11

View user's profile Send private message

CCSC commandline option
PostPosted: Fri Oct 29, 2004 10:58 am     Reply with quote

Since my source supports several devices, based on some #define symbols, I decide to use the commandline option batch file.

According to the help file, I construct one like this

c:\progra~1\picc\CCSC +FH #_DIX_="1" +O8hex +DF main.c

When I run it, no error were generated, but I couldn't find any .HEX file either.

Do I miss something?

THanks!
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri Oct 29, 2004 2:43 pm     Reply with quote

You need to put the name of the COF file after the "DF".
Example:

Code:
c:\progra~1\picc\CCSC +FH  +DFmain.cof  main.c
chen



Joined: 03 Mar 2004
Posts: 11

View user's profile Send private message

PostPosted: Fri Oct 29, 2004 2:43 pm     Reply with quote

Thanks
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