This commit is contained in:
Priec
2026-02-24 01:06:25 +01:00
parent 8082994802
commit 9ce36da70f

View File

@@ -49,6 +49,7 @@
if command -v xtensa-esp32-elf-gcc >/dev/null; then if command -v xtensa-esp32-elf-gcc >/dev/null; then
echo ">>> Xtensa GCC: $(xtensa-esp32-elf-gcc --version | head -n 1)" echo ">>> Xtensa GCC: $(xtensa-esp32-elf-gcc --version | head -n 1)"
fi fi
echo " zig-xtensa build-obj -target xtensa-freestanding-none -mcpu=esp32 test.zig"
''; '';
}; };
}; };