Browse Source

Updated toolchain for ESP32.

Johny Mattsson 7 years ago
parent
commit
b4f0681913
2 changed files with 6 additions and 6 deletions
  1. 5 5
      Makefile
  2. 1 1
      tools/toolchains

+ 5 - 5
Makefile

@@ -29,11 +29,11 @@ else ifeq ($(HW),ESP32)
 	TARGET_SDK_LIBS=rtc c m driver
 	TARGET_LDFLAGS=
 	LD_FILE=$(LDDIR)/nodemcu32.ld
-	AR = xtensa-esp108-elf-ar
-	CC = xtensa-esp108-elf-gcc
-	NM = xtensa-esp108-elf-nm
-	CPP = xtensa-esp108-elf-cpp
-	OBJCOPY = xtensa-esp108-elf-objcopy
+	AR = xtensa-esp32-elf-ar
+	CC = xtensa-esp32-elf-gcc
+	NM = xtensa-esp32-elf-nm
+	CPP = xtensa-esp32-elf-cpp
+	OBJCOPY = xtensa-esp32-elf-objcopy
 else
   $(error Unsupported hardware platform: $(HW))
 endif

+ 1 - 1
tools/toolchains

@@ -1 +1 @@
-Subproject commit c43f68cf04b7881d755feb5377613d93c0d5766b
+Subproject commit 2cb45e9ea7c18d78d4c312b2a7d6e0719e743593