[CMake] Antwort: Re: Re: Antwort: Antwort: Re:Antwort: Re: Toolchain with non-gcc argument format

2017-11-22 Thread oliver . zabel
Hi Eric, thanks a lot for your help! i'm going to try it on the dev mailing list. Cheers, Oliver Von:Eric Noulard An: oliver.za...@egoproducts.com Kopie: CMake Mailinglist Datum: 22.11.2017 09:49 Betreff:Re: Re: [CMake] Antwort: Antwort: Re:Antwort: Re: Toolchain with no

[CMake] Antwort: Antwort: Re:Antwort: Re: Toolchain with non-gcc argument format

2017-11-16 Thread oliver . zabel
I did not find the CMAKE_INCLUDE_FLAG_C in the CMake cache - is it possible that this is somehow ignored? Von:oliver.za...@egoproducts.com An: Konstantin Tokarev Kopie: CMake users , CMake Datum: 15.11.2017 12:34 Betreff:[CMake] Antwort: Re:Antwort: Re: Toolchain with non-gc

[CMake] Antwort: Re:Antwort: Re: Toolchain with non-gcc argument format

2017-11-15 Thread oliver . zabel
> Are you writing this in toolchain file, or you created another module in Modules/Compiler? I wrote this in my toolchain-file. Von:Konstantin Tokarev An: oliver.za...@egoproducts.com Kopie: CMake users , CMake Datum: 15.11.2017 12:04 Betreff:Re:Antwort: Re: [CMake] Toolcha

[CMake] Antwort: Re: Toolchain with non-gcc argument format

2017-11-15 Thread oliver . zabel
Hi, i tried now, to setup correctly the toolchain with your help and the existing toolchain-files but cmake is not replacing "-I" to "-include=" set(CMAKE_INCLUDE_FLAG_C "--include=" FORCE) set(CMAKE_C_COMPILE_OBJECT " -output=obj -cpu=rx200 -lang=c99 -goptimize -size") The resulting outp

Re: [CMake] Toolchain with non-gcc argument format

2017-11-14 Thread oliver . zabel
Hi, Sorry - I don’t get the hint :) thanks, I will look into it! Cheers! Oliver -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information o

Re: [CMake] Toolchain with non-gcc argument format

2017-11-14 Thread oliver . zabel
Hi, Thank you. There is unfortunately not the right toolchain there - according my question I do have my toolchain Running - but with a custom command and I would like to know whether there is a better way. Cheers! -- Powered by www.kitware.com Please keep messages on-topic and check the CMa

Re: [CMake] Toolchain with non-gcc argument format

2017-11-14 Thread oliver . zabel
Hi, No one any idea? Thanks! -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: htt

[CMake] Toolchain with non-gcc argument format

2017-11-08 Thread oliver . zabel
Hi, i have some modules which i want to cross-compile for different platforms which uses different compilers. One of them for example is the arm-gcc compiler which works over the toolchain file. Now i have a Renesas RX compiler which uses for example instead of "-I" for include paths the argu

[CMake] surround executable with flags

2016-08-24 Thread oliver . zabel
Hi, i trying to migrate a cross-compiler project (ARM on Windows) from an IDE (Cypress PSoC Creator) to cmake. The toolchain is a standard gcc for arm. The IDE compiles the binary with arm-none-eabi-gcc.exe -Wl,--start-group . -Wl,--end-group. I'm trying to reach the same in cmake, but s

[CMake] surround add_executable with flags

2016-08-24 Thread oliver . zabel
Hi, i trying to migrate a cross-compiler project (ARM on Windows) from an IDE (Cypress PSoC Creator) to cmake. The toolchain is a standard gcc for arm. The IDE compiles the binary with arm-none-eabi-gcc.exe -Wl,--start-group . -Wl,--end-group. I'm trying to reach the same in cmake, but s