You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@ubuntu:~/airbreak# make
make: *** No rule to make target 'stm32.bin.xml', needed by 'stubs.S'. Stop.
root@ubuntu:~/airbreak# make breath
arm-none-eabi-gcc --nostdlib --no-dynamic-linker --Ttext 0x80bb734 --entry start breath.o -o breath
arm-none-eabi-gcc: error: 0x80bb734: No such file or directory
arm-none-eabi-gcc: error: unrecognized command line option '--nostdlib'; did you mean '-nostdlib'?
arm-none-eabi-gcc: error: unrecognized command line option '--no-dynamic-linker'
arm-none-eabi-gcc: error: unrecognized command line option '--Ttext'; did you mean '-Ttext'?
make: *** [: breath] Error 1
root@ubuntu:~/airbreak# make graph
arm-none-eabi-gcc -g -O3 -mcpu=cortex-m4 -mhard-float -mthumb -W -Wall -nostdlib -nostdinc -c -o graph.o graph.c
arm-none-eabi-gcc --nostdlib --no-dynamic-linker --Ttext 0x80fd000 --entry start graph.o -o graph
arm-none-eabi-gcc: error: 0x80fd000: No such file or directory
arm-none-eabi-gcc: error: unrecognized command line option '--nostdlib'; did you mean '-nostdlib'?
arm-none-eabi-gcc: error: unrecognized command line option '--no-dynamic-linker'
arm-none-eabi-gcc: error: unrecognized command line option '--Ttext'; did you mean '-Ttext'?
make: *** [: graph] Error 1
I'm getting this message when I run make:
root@ubuntu:~/airbreak# make
make: *** No rule to make target 'stm32.bin.xml', needed by 'stubs.S'. Stop.
root@ubuntu:~/airbreak# make breath
arm-none-eabi-gcc --nostdlib --no-dynamic-linker --Ttext 0x80bb734 --entry start breath.o -o breath
arm-none-eabi-gcc: error: 0x80bb734: No such file or directory
arm-none-eabi-gcc: error: unrecognized command line option '--nostdlib'; did you mean '-nostdlib'?
arm-none-eabi-gcc: error: unrecognized command line option '--no-dynamic-linker'
arm-none-eabi-gcc: error: unrecognized command line option '--Ttext'; did you mean '-Ttext'?
make: *** [: breath] Error 1
root@ubuntu:~/airbreak# make graph
arm-none-eabi-gcc -g -O3 -mcpu=cortex-m4 -mhard-float -mthumb -W -Wall -nostdlib -nostdinc -c -o graph.o graph.c
arm-none-eabi-gcc --nostdlib --no-dynamic-linker --Ttext 0x80fd000 --entry start graph.o -o graph
arm-none-eabi-gcc: error: 0x80fd000: No such file or directory
arm-none-eabi-gcc: error: unrecognized command line option '--nostdlib'; did you mean '-nostdlib'?
arm-none-eabi-gcc: error: unrecognized command line option '--no-dynamic-linker'
arm-none-eabi-gcc: error: unrecognized command line option '--Ttext'; did you mean '-Ttext'?
make: *** [: graph] Error 1
root@ubuntu:~/airbreak# cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
root@ubuntu:~/airbreak# uname -a
Linux ubuntu 5.4.0-1008-raspi #8-Ubuntu SMP Wed Apr 8 11:17:03 UTC 2020 armv7l armv7l armv7l GNU/Linux
The text was updated successfully, but these errors were encountered: