Reputation: 209
I am trying to do some embedded programming for an online course. The IDE I had to use does not have a Linux version, so I am planning to use the ARM DS-5. It says it can be used with eclipse but I cannot figure out how to get them to work. I have Ubuntu 14.04. I read somewhere that the ARM-DS-5 wouldn't work with anything newer than indigo but that was from 2012 and am not sure how accurate that is now. Any help would be great.
Upvotes: 2
Views: 2123
Reputation: 4795
Depending on the use-case, you can pick one the three DS-5 variants.
FVP
, ARM's virtual hardware, allowing development without real hardware.ARMv8
, the ARM's architecture with 64-bit support.You can visit here to see more detailed difference between various editions.
Note there is only one DS-5 IDE installer, which is available for download here. The variant is decided based on type of license chosen. So if you download DS-5 Ultimate for 30-day eval, it can converted to Community edition by changing the license at the end of eval period.
Upvotes: 3