cancel
Showing results for 
Search instead for 
Did you mean: 

COSMIC Compiler for 68HC11

baker195
Associate
Posted on October 25, 2009 at 11:56

COSMIC Compiler for 68HC11

2 REPLIES 2
baker195
Associate
Posted on October 21, 2009 at 13:00

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.

Thanks

janvi
Associate II
Posted on October 25, 2009 at 11:56

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 ]