View previous topic :: View next topic |
Author |
Message |
mpfj
Joined: 09 Sep 2003 Posts: 95 Location: UK
|
"+OB" command line switch |
Posted: Mon Jan 15, 2007 7:14 am |
|
|
I'm using 4v020, and wish to compile my code to a .bin file, not .hex !!
I use the ocmmand line as follows ...
Code: | ccsc +FH +DF +OBbin +STDOUT main.c |
The code compiles without any problems, and generates the binary file, but calls it "main.hex".
The manual states the "+OBxxx" should generate an output file with a .xxx extension. The xxx part appears to be ignored.
Can someone please confirm that the +OB command line switch does not work properly ? If so, I'll report it as a bug.
Thanks |
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
Posted: Mon Jan 15, 2007 9:24 am |
|
|
I don't know if anyone is trying to do too much with V4.x yet
Perhaps that is why noone answered.
Have you thought about a conversion program bin2hex, hex2bin?? |
|
|
mpfj
Joined: 09 Sep 2003 Posts: 95 Location: UK
|
|
Posted: Mon Jan 15, 2007 9:33 am |
|
|
treitmey wrote: | I don't know if anyone is trying to do too much with V4.x yet |
The +OB switch doesn't work with 3v249 either ... I thought I'd try the latest version.
treitmey wrote: | Have you thought about a conversion program bin2hex, hex2bin?? |
The compiler generates a binary file (as opposed to a hex file) ... it just gets the name wrong !?!
Good old CCS
CCS Technical Support does not monitor this forum on a regular basis. Please do not post bug reports to this form. All bug reports should be emailed to support@ccsinfo.com. Thank you. |
|
|
|