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

Linux based equivalent of microvision 4

Hi
I am currently using microvision 4 for programming my Arm9 controller.However I wish to move to linux based toolchain(microvision is windows based).

Any Suggestions

Parents
  • gcc-arm a port of the gcc toolchain to the arm processor. http://www.gnuarm.com/

    openocd can be used for debugging with many different usb-jtag converters, but not ulink.

    I've gotten uvision to run and compile with wine, but I've never gotten debugging to work.

    Use Eclipse for an IDE if you want one.

    Good luck, like many things linux, getting set up to compile and debug arm processors with linux has a bit of a learning curve.

    ND

Reply
  • gcc-arm a port of the gcc toolchain to the arm processor. http://www.gnuarm.com/

    openocd can be used for debugging with many different usb-jtag converters, but not ulink.

    I've gotten uvision to run and compile with wine, but I've never gotten debugging to work.

    Use Eclipse for an IDE if you want one.

    Good luck, like many things linux, getting set up to compile and debug arm processors with linux has a bit of a learning curve.

    ND

Children