Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
b4f06819
Commit
b4f06819
authored
Sep 15, 2016
by
Johny Mattsson
Browse files
Updated toolchain for ESP32.
parent
6abc1c32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b4f06819
...
@@ -29,11 +29,11 @@ else ifeq ($(HW),ESP32)
...
@@ -29,11 +29,11 @@ else ifeq ($(HW),ESP32)
TARGET_SDK_LIBS
=
rtc c m driver
TARGET_SDK_LIBS
=
rtc c m driver
TARGET_LDFLAGS
=
TARGET_LDFLAGS
=
LD_FILE
=
$(LDDIR)
/nodemcu32.ld
LD_FILE
=
$(LDDIR)
/nodemcu32.ld
AR
=
xtensa-esp
108
-elf-ar
AR
=
xtensa-esp
32
-elf-ar
CC
=
xtensa-esp
108
-elf-gcc
CC
=
xtensa-esp
32
-elf-gcc
NM
=
xtensa-esp
108
-elf-nm
NM
=
xtensa-esp
32
-elf-nm
CPP
=
xtensa-esp
108
-elf-cpp
CPP
=
xtensa-esp
32
-elf-cpp
OBJCOPY
=
xtensa-esp
108
-elf-objcopy
OBJCOPY
=
xtensa-esp
32
-elf-objcopy
else
else
$(error Unsupported hardware platform
:
$(HW))
$(error Unsupported hardware platform
:
$(HW))
endif
endif
...
...
toolchains
@
2cb45e9e
Compare
c43f68cf
...
2cb45e9e
Subproject commit
c43f68cf04b7881d755feb5377613d93c0d5766b
Subproject commit
2cb45e9ea7c18d78d4c312b2a7d6e0719e743593
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment