This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

uVision to ARM DEVELOPMENT STUDIO import (using FUSA )

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? 

Parents
  • To add the FuSa compiler into Arm DS, use Windows > Preferences > Arm DS > Toolchains.
    For more info, see developer.arm.com/.../Register-a-compiler-toolchain

    Once 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 helps

    Stephen

Reply
  • To add the FuSa compiler into Arm DS, use Windows > Preferences > Arm DS > Toolchains.
    For more info, see developer.arm.com/.../Register-a-compiler-toolchain

    Once 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 helps

    Stephen

Children
No data