CMake to invoke cc1 and as directly

hello Guys,

I am trying to write CMakeLists.txt to build an execute binary using cc1.exe, as.exe and ld.exe (there is no gcc.exe in the prebuilt toolchain :joy: :joy:). That means I need to do the compiling/assembly/linking step by step.

Could you please give help on this?

Thanks