james osburn |
Their were some questions code sourcery and mentor graphics.
Is there an IDE that would allow me to step though my code on a lm3s9b92 board? James _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
-- James Snyder Biomedical Engineering Northwestern University http://fanplastic.org/key.txt ph: (847) 448-0386 On Nov 25, 2011, at 10:08, james osburn <[hidden email]> wrote: > Their were some questions code sourcery and mentor graphics. > Is there an IDE that would allow me to step though my code on a > lm3s9b92 board? From free open source tools this is a little more limited. You can always use gdb with openocd and the icdi that comes with the 9b92 board, for compiled code debugging, stepping, breakpoints etc.. And I think one can roll ones own eclipse-based GUI environment that might talk to gdb using free/open tools or use other gdb front-ends, but as far as mentor graphics/code sourcery is concerned their ides are commercial, ditto for code red, IAR, Rowley, Keil, etc.. unless code size limitations are ok (maybe not terribly limiting for pure C from scratch small projects, but way too limiting for eLua. As far as what's being discussed on the list there's no IDE involved in G++ Lite, the makefile I've provided builds a similar environment to what you get from their binary G++ Lite toolchain, plus or minus a few build options and some minor stuff. -jsnyder > James > _______________________________________________ > eLua-dev mailing list > [hidden email] > https://lists.berlios.de/mailman/listinfo/elua-dev _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
james osburn |
Thank you for the help.
will your build system at https://github.com/jsnyder/arm-eabi-toolchain work for windows? James. On Fri, Nov 25, 2011 at 10:55 PM, James Snyder <[hidden email]> wrote:
_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
I have never attempted a build with it on Windows, though if you can satisfy the requirements through Cygwin or Mingw it might build without too much modification? Personally I would stick with their binary builds on Windows or I would try to find some example scripts or makefiles with instructions that are known to build in that environment so long as certain requirements are met. If you or someone else has success in getting things going, I'd be happy to update the Makefile or instructions to be usable on Windows as well, but I suspect it may be somewhat painful without some examples to work from :-)
_______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
In reply to this post by james osburn
If you want an IDE, you should consider TI's CCS (Code Composer Studio). I believe V5.1 is out, with Windows and Linux support. TI's general policy is that the CCS is free for use with any TI development kit (with no restrictions on code size, etc).
Note that CCS is Eclipse based, and is a hefty download. Also, the TI compiler might be significantly different from gcc. I keep hoping to have time to explore CCS & eLua, but haven't yet... Good luck, Tony On Fri, Nov 25, 2011 at 8:08 AM, james osburn <[hidden email]> wrote: Their were some questions code sourcery and mentor graphics. _______________________________________________ eLua-dev mailing list [hidden email] https://lists.berlios.de/mailman/listinfo/elua-dev |
Free forum by Nabble | Edit this page |