forked from espressif/arduino-esp32
new try at pio
This commit is contained in:
@ -99,7 +99,8 @@ env.Append(
|
|||||||
"-u", "newlib_include_heap_impl",
|
"-u", "newlib_include_heap_impl",
|
||||||
"-u", "newlib_include_syscalls_impl",
|
"-u", "newlib_include_syscalls_impl",
|
||||||
"-u", "newlib_include_pthread_impl",
|
"-u", "newlib_include_pthread_impl",
|
||||||
"-u", "__cxa_guard_dummy"
|
"-u", "__cxa_guard_dummy",
|
||||||
|
"-Wl,-Map=" + os.path.join("$BUILD_DIR", os.path.basename(env.subst("${PROJECT_DIR}.map")))
|
||||||
],
|
],
|
||||||
|
|
||||||
CPPPATH=[
|
CPPPATH=[
|
||||||
|
@ -94,7 +94,8 @@ env.Append(
|
|||||||
"-u", "newlib_include_heap_impl",
|
"-u", "newlib_include_heap_impl",
|
||||||
"-u", "newlib_include_syscalls_impl",
|
"-u", "newlib_include_syscalls_impl",
|
||||||
"-u", "newlib_include_pthread_impl",
|
"-u", "newlib_include_pthread_impl",
|
||||||
"-u", "__cxa_guard_dummy"
|
"-u", "__cxa_guard_dummy",
|
||||||
|
"-Wl,-Map=" + os.path.join("$BUILD_DIR", os.path.basename(env.subst("${PROJECT_DIR}.map")))
|
||||||
],
|
],
|
||||||
|
|
||||||
CPPPATH=[
|
CPPPATH=[
|
||||||
|
Reference in New Issue
Block a user