We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
We are using the FUSA and keil uVison IDE for the project and wanting to test the new Android Development Studio IDE.
But import didn't go as smoothly.Getting multiple 'Error: L6218E: Undefined symbol' errors.
Partial list:
Error: L6218E: Undefined symbol _setup_stack_from_initial_sp (referred from system_stm32wbxx.o).Error: L6218E: Undefined symbol __scatterload_rt2 (referred from system_stm32wbxx.o).Error: L6218E: Undefined symbol __cpp_initialize__aeabi_ (referred from system_stm32wbxx.o).Error: L6218E: Undefined symbol main (referred from system_stm32wbxx.o).
..
Have I missed something in the import procedure?
To add the FuSa compiler into Arm DS, use Windows > Preferences > Arm DS > Toolchains.For more info, see developer.arm.com/.../Register-a-compiler-toolchainOnce the FuSa compiler is added, delete your project from the workspace and then re-import it afresh.If you'd rather not delete your project, you can re-configure your project to use the new compiler. Right-mouse click on the project select Properties > C/C++ Build > Tool Chain Editor. However, this can result in a loss of current compiler settings, so this is not recommended.Hope this helpsStephen