There is an unwanted option in the exported project: -c in linker options. It must be removed every time when a project exported to Embitz. > -c Compile or assemble the source files, but do not link. The linking stage simply is not done. [GCC doc: Options Controlling the Kind of Output](https://gcc.gnu.org/onlinedocs/gcc/Overall-Options.html) ### Description - Type: Bug - Priority: Minor --------------------------------------------------------------- ## Bug **Target** Maybe all (Tried with STM32) **Toolchain:** GCC_ARM **Expected behavior** Complete build process should be done. **Actual behavior** Build process stops at linking. **Steps to reproduce** Create a project in the online IDE and export to Embitz.