Hello,
I want to build my Qe128 CW projects using makefiles from a cygwin terminal. Is there a way to call the CW programs (ch08.exe, ahc08.exe, etc..) from the command line ?
I can't find any documentation on the subject.
Thank you for your help.
You want to look at the HC(S)08 Build Tools Reference Manual for Microcontroller (Compiler_HC08.pdf). Find the section: "Using the Standalone Compiler" in the introduction for for information on how to use the compiler and linker back-end programs in a batch or make file. The chapter, Graphical User Interface, then explains in more detail how to do this. The GUI title might seem contradictory, but each standalone tool presents a window that you can use to quickly choose and specify settings, which can then be saved for use in a command-line build file.
---Tom