I want to build ESP8266 eduroam demo. In the esp8266-eduroam directory when I run make I get the error undefined reference to 'user_init'. I persume that I should have a user directory wich I need to cd into and run make, but the user directory does not exist. Can this part of the documentation be clarified?
I have the radtest command working and returning Access-Accept, jutst need to get the above part working now.
I installed esp-open-sdk, as per READ.md.
I then cloned https://github.com/esp8266/esp8266-eduroam.git
I want to build ESP8266 eduroam demo. In the esp8266-eduroam directory when I run make I get the error undefined reference to 'user_init'. I persume that I should have a user directory wich I need to cd into and run make, but the user directory does not exist. Can this part of the documentation be clarified?
I have the radtest command working and returning Access-Accept, jutst need to get the above part working now.