SparkFun Forums 

Where electronics enthusiasts find answers.

Topics pertaining to the Arduino Core & software used with the Artemis module and Artemis development boards.
User avatar
By roger_dog
#213389
I have the Arduino IDE running on a Raspberry PI 4. I am trying to do development on a SparkFun Artemis Redboard ATP. When I try install the “SparkFun Apollo3 Boards” I get an error.

Tool arm-none-eabi-gcc is not available for your operating system.

Is there a gcc package I can install to get past this error, or can I compile a package?

Thanks for the help
User avatar
By Santa_Impersonator
#218830
The ESP32 Arduino core also has the same issue on the Raspberry Pi. Unfortunately, this has been around for a while and I haven't heard of any development progress to resolve the issue; especially, since this is so platform specific.
User avatar
By liquid.soulder
#218914
Yes - as you suggest you could find the appropriate version of GCC and provide it to Arduino with the proper platform tags.

You will need to temporarily make your own "platform.json" available on the internet and direct Arduino to use that to search for tools / packages. If you are successful finding the right toolchain and identifier we would *gladly* take a PR to make the support official.

lmk if you have any further questions!
User avatar
By blubkeman
#220727
For what is is worth, I have successfully installed arm-none-eabi-gcc onto my Raspberry Pi 4. There are links that may be helpful.

Announcement: https://xpack.github.io/blog/2020/07/03 ... -released/
Download: https://github.com/xpack-dev-tools/arm- ... 9.3.1-1.1/
Installation: https://xpack.github.io/arm-none-eabi-gcc/install/

For the download, select xpack-arm-none-eabi-gcc-9.3.1-1.1-linux-arm.tar.gz. I followed the instructions for "Manual install" and adjusted the commands for this version number. When all was said and done, I was able to run GCC as described at the end of the installation instructions.

However, this does not resolve the issue when installing the board for the Sparkfun Artemis. I'm new to all of this, so I really have no idea how to make my own "platform.json" and communicate that with Arduino. If anyone can provide guidance on this topic, I'd be happy to give it a go as I too would love to develop for the Artemis through my RPi4.
User avatar
By ldayot
#228046
Hi,
I'm in same situation. I have a RedBoard and a Raspberry pi 4. Arduino cannot add Sparkfun boards becaus of lacks of arm-none-eabi-gcc for armv7l.
Any news about this problem?
Regards.
 Topic permissions

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum