-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
[Bug] ergodox_stm32_default.elf | arm-none-eabi-gcc: error: .build/obj_ergodox_stm32_default/lib/printf/printf.o: No such file or directory #15125
Comments
Compiles fine for me. You're probably missing submodules. Run |
Since the net was too slow, so I download .zip from qmk@github, while: `qmk compile -kb ergodox_stm32 -km default ⚠ "git describe --abbrev=6 --dirty --always --tags" returned error code 128
|
Downloading the zip file from GitHub won't work, you need to follow the setup instructions. |
Now, there is a new error: I tested crkbd, it was OK, so qmk work correctly:
|
|
It still was there: and I saw in the folder".build/obj_ergodox_stm32_default/lib/", there was only "chibios", no "printf". |
What is the output of |
The output for "git status": ` Changes not staged for commit: no changes added to commit (use "git add" and/or "git commit -a") |
The output of "ls lib" under "qmk_firmware": ` ` |
Delete the |
Now, it seems OK: QMK Firmware 0.15.6 arm-none-eabi-gcc (15:9-2019-q4-0ubuntu1) 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599] Compiling: lib/printf/printf.c [OK] Size after: Copying ergodox_stm32_default.bin to qmk_firmware folder [OK] ` |
You can ignore that, it just means you won't get the % of flash space used by the firmware at the end of compilation:
|
Describe the Bug
I used "qmk compile" for ergodox_stm32, there was such error prompt:
https://ibb.co/WcdPNd6
Linking: .build/ergodox_stm32_default.elf [ERRORS]
|
| arm-none-eabi-gcc: error: .build/obj_ergodox_stm32_default/lib/printf/printf.o: No such file or directory
|
make[1]: *** [tmk_core/rules.mk:351: .build/ergodox_stm32_default.elf] Error 1
System Information
1.0.0
git describe --abbrev=0 --tags
0.14.16
Additional Context
The text was updated successfully, but these errors were encountered: