Closed
Description
Using the new v0.9.9 I get the following trying to link the unchanged sample app:
user/.output/eagle/debug/lib/libuser.a(user_main.o):(.irom0.text+0x2c): undefined reference to `system_get_sdk_version'
The string isn't found in any library:
$ grep -r system_get_sdk_version .
./app/user/user_main.c: printf("SDK version:%s\n", system_get_sdk_version());
./bin/eagle.S: printf("SDK version:%s\n", system_get_sdk_version());
./bin/eagle.S: printf("SDK version:%s\n", system_get_sdk_version());
./include/espressif/esp_system.h:const char* system_get_sdk_version(void);
Did you perhaps forget to upload the new libraries to esp_iot_rtos_sdk_lib?
Metadata
Metadata
Assignees
Labels
No labels