Skip to content
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

make: *** No rule to make target 'stm32.bin.xml', needed by 'stubs.S'. Stop. #35

Open
nbritton opened this issue Apr 30, 2020 · 0 comments

Comments

@nbritton
Copy link

nbritton commented Apr 30, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant