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

Issues in migrating project from DS-5 to ARM Development Studio

Hi There,

When I migrate projects from DS-5 to ARM Development Studio 2022 or 2023, I get following issues:

1) Warning: Orphaned configuration. No base extension cfg exist for com.arm.eclipse.build.config.baremetal.lib.debug.xxxxxxxxx

2) Some of the macros defined in Preprocessor tab for the whole project are missing for some sub-directories, and compiling errors will generated without adding them one by one to those sub-directories.

Please help to see if any solutions for these.

Thanks

Parents
  • Hi

    1) Orphaned configurations can sometimes occur when the original DS-5 project is slightly/unknowingly broken, and the DS-5-to-ArmDS project migrator is unable to fix-up the issue.  This might happen if a specific version of Arm Compiler is selected for a project instead of the default Arm Compiler.  Which version of Arm Compiler are you using?

    What is the complete version of the warning?  (I need to see the bit that you've shown as xxxxxxxxx).
    Do you see two sets of numbers at the end, e.g.:
    com.arm.eclipse.build.config.baremetal.lib.debug.1234567890.234567891

    2) I suspect that the missing macros are caused by the orphaned configuration above.
    Let's try to fix the orphaned configuration first.

    Stephen


Reply
  • Hi

    1) Orphaned configurations can sometimes occur when the original DS-5 project is slightly/unknowingly broken, and the DS-5-to-ArmDS project migrator is unable to fix-up the issue.  This might happen if a specific version of Arm Compiler is selected for a project instead of the default Arm Compiler.  Which version of Arm Compiler are you using?

    What is the complete version of the warning?  (I need to see the bit that you've shown as xxxxxxxxx).
    Do you see two sets of numbers at the end, e.g.:
    com.arm.eclipse.build.config.baremetal.lib.debug.1234567890.234567891

    2) I suspect that the missing macros are caused by the orphaned configuration above.
    Let's try to fix the orphaned configuration first.

    Stephen


Children