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
MicroPython v1.25.0 on 2025-04-15; Raspberry Pi Pico with RP2040
Reproduction
Was working on a C module file for MicroPython and included this repo as a submodule but when it got time to #includeing the necessary header files, I got the above error. Apparently it's because alloca.h is only present on Linux and I'm using VSCode on Windows with the MicroPico extension. How shall I remedy this?
Expected behaviour
No response
Observed behaviour
Hovering over the #include "py/runtime.h" file leads to the error cannot open source file "alloca.h" being shown.
Additional Information
No, I've provided everything above.
Code of Conduct
Yes, I agree
The text was updated successfully, but these errors were encountered:
Port, board and/or hardware
rp2 port, Waveshare RP2040-PiZero
MicroPython version
MicroPython v1.25.0 on 2025-04-15; Raspberry Pi Pico with RP2040
Reproduction
Was working on a C module file for MicroPython and included this repo as a submodule but when it got time to
#include
ing the necessary header files, I got the above error. Apparently it's becausealloca.h
is only present on Linux and I'm using VSCode on Windows with the MicroPico extension. How shall I remedy this?Expected behaviour
No response
Observed behaviour
Hovering over the
#include "py/runtime.h"
file leads to the errorcannot open source file "alloca.h"
being shown.Additional Information
No, I've provided everything above.
Code of Conduct
Yes, I agree
The text was updated successfully, but these errors were encountered: