I'm using esp_iot_sdk_v1.5.2 to build esp-httpd and I'm getting following issue:
make[2]: Entering directory 'esphttpd/libesphttpd/espfs/mkespfsimage'
/mnt/cam/esp-open-sdk/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc -o mkespfsimage main.o heatshrink_encoder.o
/mnt/cam/esp-open-sdk/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: cannot find crt1-sim.o: No such file or directory
/mnt/cam/esp-open-sdk/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: cannot find _vectors.o: No such file or directory
/mnt/cam/esp-open-sdk/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: cannot find -lsim
/mnt/cam/esp-open-sdk/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: cannot find -lhandlers-sim
Any idea ?
Thanks