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

How to migrate an Eclipse project to Keil?

Hello,

I have a complex project that has been coded in Eclipse IDE. Due to different necessities I want to migrate this project to the Keil IDE. I want to use the GCC compiler (arm-none-eabi-gcc) and the same linker file of the Eclipse (that is a .ld).

Which steps do you recommend in order to perform the migration? I have searched information in Internet and threads about this in the forum, but I haven't found anything useful.

Thank you in advance.

Parents
  • Thank you for your fast response.

    I have integrated the GCC with uvision. Using the Manage Project Items > Folders/Extensions, I have selected the "Use GCC Compiler (GNU) for ARM projects" option, with the prefix "arm-none-eabi" and the properly folder of the compiler.

    However, I don't know how I can open the Eclipse project. The Keil only detects the Project files (.uvprojx, .uvproj, .uvmpw, .uv2, .uv3, .mpw, .dpt). The format of the Eclipse is .cproject or .project. How can I open the Eclipse project with Keil? Or have I to migrate the project file by file?

    Thank you.

Reply
  • Thank you for your fast response.

    I have integrated the GCC with uvision. Using the Manage Project Items > Folders/Extensions, I have selected the "Use GCC Compiler (GNU) for ARM projects" option, with the prefix "arm-none-eabi" and the properly folder of the compiler.

    However, I don't know how I can open the Eclipse project. The Keil only detects the Project files (.uvprojx, .uvproj, .uvmpw, .uv2, .uv3, .mpw, .dpt). The format of the Eclipse is .cproject or .project. How can I open the Eclipse project with Keil? Or have I to migrate the project file by file?

    Thank you.

Children