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 move from keil to linux?

i want to move form keil to linux on my some project, I  have .uvprojx file and .uvoptx fiels. I want to convert it into makefile and also need to genertate the linker file for the same.

Can any body please help?

Parents
  • Keil uses gcc

    Well, it can - if you have configured it to do so.

    If you are already using GCC, then you should be good to go; GCC is cross-platform - it will be the same on Linux as on Windows.

    nrfmpu

    You mean a Nordic Semiconductor nRF chip ?

    Note that Nordic supply makefile examples - so you'd probably be best starting from there.

    For Nordic specific question, go to https://devzone.nordicsemi.com/

    Note that Nordic's "preferred" IDE - for winch they provide all examples - is Segger Embedded Studio (SES). It is cross-platform and uses GCC; I suggest you use that ...

Reply
  • Keil uses gcc

    Well, it can - if you have configured it to do so.

    If you are already using GCC, then you should be good to go; GCC is cross-platform - it will be the same on Linux as on Windows.

    nrfmpu

    You mean a Nordic Semiconductor nRF chip ?

    Note that Nordic supply makefile examples - so you'd probably be best starting from there.

    For Nordic specific question, go to https://devzone.nordicsemi.com/

    Note that Nordic's "preferred" IDE - for winch they provide all examples - is Segger Embedded Studio (SES). It is cross-platform and uses GCC; I suggest you use that ...

Children