Skip to content

Instantly share code, notes, and snippets.

@chrisfraser
Last active January 11, 2016 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisfraser/e91f477c0075fdde211d to your computer and use it in GitHub Desktop.
Save chrisfraser/e91f477c0075fdde211d to your computer and use it in GitHub Desktop.
DEPEND: xtensa-esp108-elf-gcc -M -Os -g -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -DICACHE_FLASH -I include -I ./ -I ../include -I /esptools/workspace/ESP32_RTOS_SDK/include -I /esptools/workspace/ESP32_RTOS_SDK/extra_include -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip/ipv4 -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip/ipv6 -I /esptools/workspace/ESP32_RTOS_SDK/include/espressif user_main.c
xtensa-esp108-elf-gcc -Os -g -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -DICACHE_FLASH -I include -I ./ -I ../include -I /esptools/workspace/ESP32_RTOS_SDK/include -I /esptools/workspace/ESP32_RTOS_SDK/extra_include -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip/ipv4 -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip/ipv6 -I /esptools/workspace/ESP32_RTOS_SDK/include/espressif -o .output/eagle/debug/obj/user_main.o -c user_main.c
xtensa-esp108-elf-ar ru .output/eagle/debug/lib/libuser.a .output/eagle/debug/obj/user_main.o
xtensa-esp108-elf-ar: creating .output/eagle/debug/lib/libuser.a
DEPEND: xtensa-esp108-elf-gcc -M -Os -g -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -DICACHE_FLASH -I include -I ./ -I ../include -I ./ -I ../../include -I /esptools/workspace/ESP32_RTOS_SDK/include -I /esptools/workspace/ESP32_RTOS_SDK/extra_include -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip/ipv4 -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip/ipv6 -I /esptools/workspace/ESP32_RTOS_SDK/include/espressif file1.c
xtensa-esp108-elf-gcc -Os -g -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -DICACHE_FLASH -I include -I ./ -I ../include -I ./ -I ../../include -I /esptools/workspace/ESP32_RTOS_SDK/include -I /esptools/workspace/ESP32_RTOS_SDK/extra_include -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip/ipv4 -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip/ipv6 -I /esptools/workspace/ESP32_RTOS_SDK/include/espressif -o .output/eagle/debug/obj/file1.o -c file1.c
xtensa-esp108-elf-ar ru .output/eagle/debug/lib/libfolder1.a .output/eagle/debug/obj/file1.o
xtensa-esp108-elf-ar: creating .output/eagle/debug/lib/libfolder1.a
DEPEND: xtensa-esp108-elf-gcc -M -Os -g -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -DICACHE_FLASH -I include -I ./ -I ../include -I ./ -I ../../include -I /esptools/workspace/ESP32_RTOS_SDK/include -I /esptools/workspace/ESP32_RTOS_SDK/extra_include -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip/ipv4 -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip/ipv6 -I /esptools/workspace/ESP32_RTOS_SDK/include/espressif file2.c
xtensa-esp108-elf-gcc -Os -g -Wpointer-arith -Wundef -Werror -Wl,-EL -fno-inline-functions -nostdlib -mlongcalls -mtext-section-literals -DICACHE_FLASH -I include -I ./ -I ../include -I ./ -I ../../include -I /esptools/workspace/ESP32_RTOS_SDK/include -I /esptools/workspace/ESP32_RTOS_SDK/extra_include -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip/ipv4 -I /esptools/workspace/ESP32_RTOS_SDK/include/lwip/ipv6 -I /esptools/workspace/ESP32_RTOS_SDK/include/espressif -o .output/eagle/debug/obj/file2.o -c file2.c
xtensa-esp108-elf-ar ru .output/eagle/debug/lib/libfolder2.a .output/eagle/debug/obj/file2.o
xtensa-esp108-elf-ar: creating .output/eagle/debug/lib/libfolder2.a
mkdir -p _libsample
cd _libsample; xtensa-esp108-elf-ar xo ../folder1/.output/eagle/debug/lib/libfolder1.a; xtensa-esp108-elf-ar xo ../folder2/.output/eagle/debug/lib/libfolder2.a;
xtensa-esp108-elf-ar ru .output/eagle/debug/lib/libsample.a _libsample/*.o
xtensa-esp108-elf-ar: creating .output/eagle/debug/lib/libsample.a
rm -f -r _libsample
xtensa-esp108-elf-gcc -L/esptools/workspace/ESP32_RTOS_SDK/lib -nostdlib -T/esptools/workspace/ESP32_RTOS_SDK/ld/eagle.pro.v7.ld -Wl,--no-check-sections -u call_user_start -Wl,-static -Wl,--start-group -lc -lgcc -lhal -lm -lcrypto -lfreertos -llwip -lmain -lnet80211 -lphy -lpp -lrtc -lwpa user/.output/eagle/debug/lib/libuser.a sample_lib/.output/eagle/debug/lib/libsample.a -Wl,--end-group -o .output/eagle/debug/image/eagle.app.v7.out
(Gets stuck here for ages)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment