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
  • If you're sticking with the GCC compiler, what's the point of changing to the uVision IDE?

    As far as I can see, Eclipse is far superior to uVision.

    Hence I asked the opposite question: http://www.keil.com/forum/63024/ - no useful replies.

    Anyhow, you will have two tasks:

    1. Integrate GCC with uVision;

    2. Port your project from Eclipse to uVision.

    I would strongly suggest that you do one at a time!

    For the Project port, you're probably just going to have to go through your Eclipse settings one by one, finding & setting the corresponding option(s) for each in uVision.

Reply
  • If you're sticking with the GCC compiler, what's the point of changing to the uVision IDE?

    As far as I can see, Eclipse is far superior to uVision.

    Hence I asked the opposite question: http://www.keil.com/forum/63024/ - no useful replies.

    Anyhow, you will have two tasks:

    1. Integrate GCC with uVision;

    2. Port your project from Eclipse to uVision.

    I would strongly suggest that you do one at a time!

    For the Project port, you're probably just going to have to go through your Eclipse settings one by one, finding & setting the corresponding option(s) for each in uVision.

Children