View previous topic :: View next topic |
Author |
Message |
fiasgardone
Joined: 19 Jan 2010 Posts: 71
|
Generate code COF. |
Posted: Thu Apr 04, 2013 2:49 am |
|
|
Hi!!
My compiler(V-4.128) did not generate the code COF, anyone have any idea how to configure this file
thank you |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19498
|
|
Posted: Thu Apr 04, 2013 3:35 am |
|
|
Command line, or IDE?.
From the IDE, Options, Project Options, Output files. Left hand column 'Debug file' bottom option 'COFF'.
Command line '+DF' in the compiler calling line.
Best Wishes |
|
|
fiasgardone
Joined: 19 Jan 2010 Posts: 71
|
|
Posted: Thu Apr 04, 2013 4:26 am |
|
|
Ttelmah wrote: | Command line, or IDE?.
From the IDE, Options, Project Options, Output files. Left hand column 'Debug file' bottom option 'COFF'.
Command line '+DF' in the compiler calling line.
Best Wishes |
Thanks again for your help Ttelmah.
In the IDE everything is fine!
In the command line, the compiler can not find!
Thanks |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19498
|
|
Posted: Thu Apr 04, 2013 4:44 am |
|
|
CCSC +FH +DF +LN testfile.c
(assuming PCH, and a source file called 'testfile.c')
testfile, needs a full pathname if it is not in the CCSC directory.
Best Wishes |
|
|
fiasgardone
Joined: 19 Jan 2010 Posts: 71
|
|
Posted: Fri Apr 05, 2013 1:47 am |
|
|
Ttelmah wrote: | CCSC +FH +DF +LN testfile.c
(assuming PCH, and a source file called 'testfile.c')
testfile, needs a full pathname if it is not in the CCSC directory.
Best Wishes |
Hi! Ttelmah
I do not know what is the problem but the complilador, does not generate the code COFF.
when I compile the code, the message to say who created The HEX, COFF files, but the folder where the files should be created both the HEX and COFF and only appears HEX.
Where I have installed complilador CCSC,has the folder, but source file called 'testfile.c' I can not find it.
thanks for the help |
|
|
Ttelmah
Joined: 11 Mar 2010 Posts: 19498
|
|
Posted: Fri Apr 05, 2013 2:44 am |
|
|
Of course you can't. testfile.c , would be the source code you want to compile. So 'yoursourcefilename.c', as I say, with a full pathname. |
|
|
|