-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when built using cmd "make snowy" #94
Comments
Yeah, 4.7.2 is truly ancient. Try using |
@kchinnasamy the Manually installed ARM toolchain: cd ~
wget https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2
mkdir -p "${HOME}/opt"
cd "${HOME}/opt"
tar xjf ~/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2
chmod -R -w "${HOME}/opt/gcc-arm-none-eabi-8-2018-q4-major"
"${HOME}/opt/gcc-arm-none-eabi-8-2018-q4-major/bin/arm-none-eabi-gcc" --version
arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 8-2018-q4-major) 8.2.1 20181213 (release) [gcc-8-branch revision 267074]
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
cat gcc-arm-none-eabi-8-2018-q4-major/share/doc/gcc-arm-none-eabi/readme.txt | more
rm ~/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2 see also GNU MCU Eclipse ❤️ I tend to have to use a bunch of different versions for different projects so I will often end up just doing e.g. |
Thank you both. I'm new to Firmware development, after installing the
Just wanna make sure if this means the build is successful. and also I'm trying to run the firmware using
Am I missing something ? |
It looks like you are missing the qemu resources.
Also you will need the fpgas if you don't have them already
|
When I try to build the os, I was getting the below error,
System details
Please note I'm running window linux subsystem
it looks the arm-cs-tools is out date, not sure.
The text was updated successfully, but these errors were encountered: