Re: [CMake] cross-testing support in cmake

2019-11-11 Thread stefan
On 2019-11-06 11:00 a.m., Andrew Fuller wrote: Does https://cmake.org/cmake/help/latest/prop_tgt/CROSSCOMPILING_EMULATOR.html#prop_tgt:CROSSCOMPILING_EMULATOR do what you're looking for? So it looks like this variable indeed allows me to define a test wrapper script that handles the uploadi

Re: [CMake] Using CMake with TI armcl and armar

2019-11-11 Thread Eric Doenges
Am 09.11.19 um 00:15 schrieb Samyukta Ramnath: I want to add a CC1352P1_LAUNCHXL_TIRTOS.cmd  file, which has been added in the CCS linker command, but I am unable to include It in my linker command. I tried the following things : set(LINKER_SCRIPT "${LWIP_DIR}/CC1352P1_LAUNCHXL_TIRTOS.cmd") s