I can compile Arm Core code on a Mac using the right plug-ins for Eclipse. I would like to use my Mac Book Pro to compile and download the code is it possible?
hi,PeteD:
Yes, you can use the GCC compiler in Eclipse (you need to load the compiler in the tool), or you can use the GCC compiler built into our SDK package;If you use the GCC compiler tool in Eclipse, you need to be careful how you use it to avoid compilation errors!
For now, we mainly use the GCC compilation tool built into the SDK.
please share link of gcc compiler
Please provide the type of the current module you are using.
ATI
Dear Team,
I am using the Quectel M66 OpenCPU module and facing an issue related to duplicate include paths while building the project in Eclipse with CodeSourcery GCC .
I am getting the following error during build:
Invalid project path: Duplicate path entries found
(isSystemInclude:true)
arm-none-eabi/include
I request your support to clarify the correct procedure for path creation to avoid this duplicate path issue.