The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=14653 ====================================================================== Reported By: John Theos Assigned To: ====================================================================== Project: CMake Issue ID: 14653 Category: Modules Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-12-16 08:57 EST Last Modified: 2013-12-16 08:57 EST ====================================================================== Summary: Looking at add support for Cosmic Description: I'm looking at developing modules for the Cosmic HCS12 embedded compiler suite. This product is widely used in automotive and an evaluation version of the compiler is available here http://www.cosmic-software.com/hc12.php (evaluaation includes all the documentation).
I have the C compiler working with CMake but it's not ideal in the way it operates (it isn't autodetected). Additionally the librarian - used in building static modules - isn't finding the files, which no doubt has a lot to do with the compiler puts said files. Attached are the files I have added/modified in the Modules/Compiler section of CMake. Steps to Reproduce: Notes: - The object files created by the compiler have the bytes 0xCC 0x01 0x05 at the beginning of the object file (compiler identification?) - The linker requires an .lkf file to produce an H12 file (binary) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-12-16 08:57 John Theos New Issue 2013-12-16 08:57 John Theos File Added: CosmicTest.zip.zip ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
