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

[Error] CCS C display File not found

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



Joined: 25 Aug 2009
Posts: 175

View user's profile Send private message Yahoo Messenger

[Error] CCS C display File not found
PostPosted: Sun Jun 16, 2013 5:06 am     Reply with quote

Dear all.
I have a project with directory
Code:

D:\WORK\ASTI\PCB\04.DU AN RD\05.LED MATRIX\03.CODE\LUU CODE\VERSION 1( 07-05-13)\CODE PIC18F4680\COUNTER MOI 14-06-13

but when i use CCS C Compiler to build code to hex, it had display NOT FOUND main c file.
I'm using CCS C version 4.140.
Pls show me way to fix it.
_________________
Begin Begin Begin !!!
Ttelmah



Joined: 11 Mar 2010
Posts: 19327

View user's profile Send private message

PostPosted: Sun Jun 16, 2013 8:14 am     Reply with quote

You'll need to put inverted commas round the filename.
Spaces cannot be used in a filename passed as an argument to a function, without this. This is standard Windows. Problem is that space is a command separator in the Windows command line.

Best Wishes
tienchuan



Joined: 25 Aug 2009
Posts: 175

View user's profile Send private message Yahoo Messenger

PostPosted: Sun Jun 16, 2013 8:39 am     Reply with quote

Ttelmah wrote:
You'll need to put inverted commas round the filename.
Spaces cannot be used in a filename passed as an argument to a function, without this. This is standard Windows. Problem is that space is a command separator in the Windows command line.

Best Wishes


thanks u Ttelmah, I tried your way but it's still error,
when i change create new project in the same directory, it build ok:)
thanks u Smile
_________________
Begin Begin Begin !!!
Ttelmah



Joined: 11 Mar 2010
Posts: 19327

View user's profile Send private message

PostPosted: Sun Jun 16, 2013 10:33 am     Reply with quote

Double inverted commas, not singles.

It does work.
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