Hello BlueHazzard.
Thanks a lot for your reply.
Before using Code::blocks, I usually generate my 68HC11 .hex file by launching batch script for each source file (.c11 and .a11) in a DOSBox simulator window to generate .o files.
Then I launch another batch file for link and a program to generate .hex file with checksum always in DOSBox simulator.
So i tried to set code::blocks with the following settings :
With these settings, the DOSBox window is opening for each file, but the command "asm $file" or "c $file" is not executed inside this DOSBox window and .o files are not generate.
it's the same problem for link and hexsum command (the DOSBox is opening, but commands are not exeuted, so no file generated).
I certainly not set correctly Code::blocks to compile each source file, link and generate .hex file in the DOSbox simulator.
Does these precisions help you to understand my problem ?
Regards.