[CMake] cross compiling with sdcc

2015-05-29 Thread tors...@robitzki.de
Hello, I was looking for some resources on how to configure cmake to use the small device c compiler (sdcc). I tried a little bit and found that cmake assumed that the object file extension would be .obj. But sdcc uses .rel for object files. I’ve searched a lot in the web and the cmake sources,

Re: [CMake] cross compiling with sdcc

2015-06-13 Thread Alexander Neundorf
On Friday, May 29, 2015 11:14:06 tors...@robitzki.de wrote: > Hello, > I was looking for some resources on how to configure cmake to use the small > device c compiler (sdcc). I tried a little bit and found that cmake assumed > that the object file extension would be .obj. But sdcc uses .rel for obj

Re: [CMake] cross compiling with sdcc

2015-06-13 Thread tors...@robitzki.de
Hi Alex, Am 13.06.2015 um 22:18 schrieb Alexander Neundorf : > On Friday, May 29, 2015 11:14:06 tors...@robitzki.de wrote: … >> I saw that there is a file Platform/Generic-SDCC-C.cmake, while searching >> for a way to force cmake to use this file, I found a makro >> CMAKE_FORCE_C_COMPILER that let

Re: [CMake] cross compiling with sdcc

2015-06-15 Thread Alexander Neundorf
On Saturday, June 13, 2015 23:26:59 tors...@robitzki.de wrote: > Hi Alex, > > Am 13.06.2015 um 22:18 schrieb Alexander Neundorf : > > On Friday, May 29, 2015 11:14:06 tors...@robitzki.de wrote: > … > > >> I saw that there is a file Platform/Generic-SDCC-C.cmake, while searching > >> for a way to