Statistics: Posted by pcbass — Fri Oct 23, 2015 11:42 pm
Code:
In file included from user_devicefind.c:15:0:
user_devicefind.c: In function 'user_devicefind_init':
../../include/mem.h:25:43: error: 'mem_debug_file' undeclared (first use in this function)
#define os_zalloc(s) ({const char *file = mem_debug_file; pvPortZalloc(s, file, __LINE__);})
^
user_devicefind.c:116:39: note: in expansion of macro 'os_zalloc'
ptrespconn.proto.udp = (esp_udp *)os_zalloc(sizeof(esp_udp));
^
../../include/mem.h:25:43: note: each undeclared identifier is reported only once for each function it appears in
#define os_zalloc(s) ({const char *file = mem_debug_file; pvPortZalloc(s, file, __LINE__);})
^
user_devicefind.c:116:39: note: in expansion of macro 'os_zalloc'
ptrespconn.proto.udp = (esp_udp *)os_zalloc(sizeof(esp_udp));
^
make[1]: *** [.output/eagle/debug/obj/user_devicefind.o] Error 1
make[1]: Leaving directory `/mnt/Share/esp_iot_sdk_v1.4.0_15_09_18/esp_iot_sdk_v1.4.0/app/user'
make: *** [.subdirs] Error 2
Code:
/opt/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: .output/eagle/debug/image/eagle.app.v6.out section `.irom0.text' will not fit in region `irom0_0_seg'
collect2: error: ld returned 1 exit status
Statistics: Posted by pcbass — Fri Oct 23, 2015 6:08 pm