|
Re: Eclipse C/C++ for LPC2478 [message #1710099 is a reply to message #1710085] |
Sun, 04 October 2015 04:07   |
Eclipse User |
|
|
|
There is a separate forum part for C/C++. Please use it for continued questions.
Your board uses an ARM7TDMI processor, and Eclipse can be set up for developing programs for it, including the RTOS.
Eclipse is a front-end to the program development tools. The C/C++ part is will co-operate with many toolkits, the GNU Compiler Collection is the natural choice.
Depending on your host operating system, you may need different support software packages to run the GNU tools. On Windows, get the MinGW toolset, together with the MSYS support package, installing the native GCC toolset also.
On UNIXish systems, the GCC is often the native toolset, so the thing is already done.
In addition, you need the GCC cross-toolset for ARM. Yagarto is one of the ready-configured toolsets.
There are plenty of setup instructions in the net.
|
|
|
|
Re: Eclipse C/C++ for LPC2478 [message #1710109 is a reply to message #1710103] |
Sun, 04 October 2015 07:21  |
Eclipse User |
|
|
|
I'm using Eclipse for development targeted to several ARM varieties: ARM7TDMI, Cortex-M0, Cortex-M3, Cortex-M4, and all are working well.
No problem, a somewhat steep learning threshold to climb up, however. Good luck!
|
|
|
Powered by
FUDForum. Page generated in 0.32468 seconds