What is the correct toolchain for LPC2148 (ARM7-TDMI-S) and where can it be found.? I'm using Eclipse as the IDE on Windows but can only find Cortex GCC toolchains on ARM.
Hi Lee,
This device is supported by MDK and Arm Development Studio. Though MDK is likely the best overall solution for your needs, DS has an Eclipse based IDE.
You can get an evaluation license for either to try out.
Ronan
I'll have a look at that but I have a single project (done years ago) that I need to modify slightly and compile hence the low cost option. Unfortunately the Toolchains seem to be for Cortex M or A devices only unless I'm mistaken??
Older CPUs are also supported:http://www.keil.com/dd/chip/3880.htm
Are the legacy Arm7 micros supported in Arm DS??
Yes, in much the same way as they are for MDK.
I see. Under C/C++ Build,Settings, Target CPU.
Thanks.