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

Esp32 firmware build error on Debian and Raspberry #3674

Closed
serg3295 opened this issue Dec 21, 2024 · 1 comment
Closed

Esp32 firmware build error on Debian and Raspberry #3674

serg3295 opened this issue Dec 21, 2024 · 1 comment

Comments

@serg3295
Copy link

Expected behavior

build without errors

Actual behavior

When building the esp32 firmware, the following error occurs during make:

/home/pi/esp32/nodemcu-firmware-esp32/components/modules/node.c: In function 'node_info':
/home/pi/esp32/nodemcu-firmware-esp32/components/modules/node.c:475:45: error: expected expression before ',' token
  475 |       add_int_field(L,    BUILDINFO_LFS_SIZE,   "lfs_size");
...

Test code

make

NodeMCU startup banner

NodeMCU ESP32 build 2024-12-19 08:01 powered by Lua 5.3.5 [5.3-int32-singlefp] on IDF v5.3.2
cannot open init.lua: No such file or directory

Hardware

Esp32 devkit

@jmattsson
Copy link
Member

Thanks for the fix! Merged!

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