Skip to main content
Visitor II
October 25, 2009
Question

COSMIC Compiler for 68HC11

  • October 25, 2009
  • 2 replies
  • 871 views
Posted on October 25, 2009 at 11:56

COSMIC Compiler for 68HC11

    This topic has been closed for replies.

    2 replies

    baker195Author
    Visitor II
    October 21, 2009
    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

    Visitor II
    October 25, 2009
    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 ]