Determine compiler ABI fails with custom file extension set in toolchain file
Set in toolchain file: `set(CMAKE_EXECUTABLE_SUFFIX_C .elf)` and configure a simple C project. Leads in > -- Detecting C compiler ABI info - failed try_compile's COPY_FILE doesn't find the executable with .elf suffix. Should it?
issue