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
{{ message }}
This repository was archived by the owner on Oct 13, 2022. It is now read-only.
Greetings. I'd like to think I'm not a total idiot, but I can't seem to get this to compile right.
No matter how I go about it, I receive the following error:
In file included from environment.c:35:0:
../include/environment.h:105:21: error: ‘CFG_ENV_SIZE’ undeclared here (not in a function)
unsigned char data[ENV_SIZE]; /* Environment data */
^
make[2]: *** [Makefile:138: environment.o] Error 1
make[1]: *** [Makefile:297: tools] Error 2
make: *** [Makefile:217: tp-link_tl-wr710n] Error 2
Mostly this is meant to be a test build so I can begin to try and port to my board (EnGenius/Senao ENS202{,EXT}).