2009-10-25 03:56 AM
2009-10-21 04:00 AM
I'm trying to learn Cosmic Compiler program.
I have a problem regarding Compile and build: ''Missing command file for linker'' Any ideas would be appreciated. Thanks2009-10-25 03:56 AM
output file name and link command file must be present on the command line.
e.g. clnk -o project.h11 project.lkf file1.o file2.o project.lkf is the linker command file what is ascii file and instructs the linker on how to arrange the code segments. See *.lkf file examples at your disk by the way, this is STM forum ST7 what may contain some HC05 compability but there seems no Motorola/Freescale support here and assume all, it can be hardly recommended to start project with HC11 [ This message was edited by: Janvi on 25-10-2009 16:29 ]