I am using Cortex A7 for my application. I have a system with Workstation Red Hat Enterprise Linux 7 with x86_64. I followed the steps mentioned in installation page of ARM DS - 5 but failed while opening the Eclipse IDE. I am in need of complete installation steps for ARM DS5 for Linux platform.
Thanks Ronan,
I am able to launch the Eclipse IDE successfully.
The reason for choosing the ARM Compiler 5 is because I am using ARM Cortex A7.
Will it support ARM Cortex A7 if I use ARM Compiler 6?
Now I got a clear picture of the tool and following up with examples given
Thanks
Regards
Manjunath
Yes, Cortex-A7 (indeed all "Cortex" processors) are supported by Arm Compiler 6.Use "armclang --target=arm-arm-none-eabi -mcpu=list" for a full list (or "--target=aarch64-arm-none-eabi" for the 64-bit cores)
I changed it but while running Hello World program I got the following errors
Can you please guide me on fixing these issues
I am attaching the screenshot for your reference
Thanks & Regards
I've never experienced such errors, so not sure what the cause could be...
Do you have the necessary libs installed? See the below (though they don't refer to precisely your issue).
https://developer.arm.com/documentation/dui0478/z/arm-ds-5-installation-and-system-requirements/installing-ds-5
https://developer.arm.com/documentation/ka002043/latest
Are you using a supported host OS?
https://developer.arm.com/documentation/100950/0529/arm-ds-5-installation-and-system-requirements/system-requirements
I will look into these
Hi again Manjunath, it seems these are benign warning messages from the Eclipse CDT - they should not affect functionality in any way.