Perhaps you could try to install Cygwin with an ARM cross compiler.
Or try ARM DS
http://ds.arm.com/ds-5/build/?gclid=CKzwzrLmy7sCFchY3godTUwACw
Or search the TI website for a cross compiler
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Does a compiled program run on the target?
With some compilers I had problems with dynamic libraries on the BBB. I suppose this was related to hard/soft floating point.
--
Hi Tux Leonard,Yes, the compiled program ran on the target device (my BBB).
--
The thing is, you really need to understand how gcc toolchains work, and then how your IDE of choice works.