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

[Error] assert.h: No such file or directory #4

Closed
is-watering opened this issue Feb 22, 2024 · 2 comments
Closed

[Error] assert.h: No such file or directory #4

is-watering opened this issue Feb 22, 2024 · 2 comments

Comments

@is-watering
Copy link

The following error occurs when building firmware with GPK FWBuilder v0.10.2.
The same error occurred in v0.10.1, but v0.9.2 was able to build without problems.

Compiling: .build/obj_is_watering_isw_oozy_vial/src/default_keyboard.c In file included from ./lib/pico-sdk/src/common/pico_base/include/pico/types.h:12,
from ./lib/pico-sdk/src/common/pico_base/include/pico.h:24,
from ./lib/pico-sdk/src/rp2_common/hardware_flash/include/hardware/flash.h:10,
from ./platforms/chibios/drivers/wear_leveling/wear_leveling_rp2040_flash_config.h:6,
from :
./lib/pico-sdk/src/common/pico_base/include/pico/assert.h:18:10: fatal error: assert.h: No such file or directory
18 | #include
| ^~~~~~~~~~
compilation terminated.
[ERRORS]
|
|
|
gmake: *** [builddefs/common_rules.mk:373: .build/obj_is_watering_isw_oozy_vial/.build/obj_is_watering_isw_oozy_vial/src/default_keyboard.o] Error 1

System Information

  • Operating system: Windows 11
  • GPK FWBuilder version: 0.10.2
@darakuneko
Copy link
Owner

I don't know what file you are using, but it may be due to a missing or incomplete installation of the compiler toolchain (qmk/qmk_firmware#22291)
Please update the REPOSITORY tab - QMK or VIAL, or IMAGE REBUIL.

@is-watering
Copy link
Author

Perhaps it was the memory settings in WSL2.
We increased the memory allocation and are now building with v0.10.2 with no problems.
Sorry for the trouble!

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

2 participants