Hi,
I hope you can help, I'm new to C programming and came to C::B for a good recommendation.
So I've created my first project "empty project" and a simple code, it all compiles find (with SDCC) but it wont output a hex file, I made sure the option on the compiler settings " Output intel hex (default)" is ticked.
After reading around the forum I found some suggestion to use the post_build option which I try to do with 2 codes, these were: --out-fmt-ihx and intel-elf-objcopy -O ihex executable hexfile, neither one worked.
Could any body please help me out? any help would be much appreciated, thank you in advanced,
Regards
Daniel