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

Building firmware compiler error: unknown type name 'os_timer_t' #20

Open
axonometric opened this issue Oct 25, 2017 · 2 comments
Open

Comments

@axonometric
Copy link

/home/build/LuaNode/LuaNode_Esp32/LuaNode32/components/modules/./wifi.c:78:8: error: unknown type name 'os_timer_t'
static os_timer_t wifi_sta_status_timer;
^
Linux mike-VirtualBox 4.10.0-37-generic #41~16.04.1-Ubuntu SMP Fri Oct 6 22:42:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

@dl8bb
Copy link

dl8bb commented Nov 5, 2017

Hi folks,
any solution or hints for this issue? I run into the same problem.

Kind regards,
birko

@jeffsauer
Copy link

When compiling the WiFi module, the make command doesn't appear to be finding the esp_timer.h file located in LuaNode32/main/include. So, my temporary solution was to simply:

cd LuaNode32
cp -rp main/include/* components/modules

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

3 participants