new try at pio
This commit is contained in:
parent
703ce7ed14
commit
39c1de2e6d
2 changed files with 4 additions and 2 deletions
|
|
@ -99,7 +99,8 @@ env.Append(
|
|||
"-u", "newlib_include_heap_impl",
|
||||
"-u", "newlib_include_syscalls_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=[
|
||||
|
|
|
|||
|
|
@ -94,7 +94,8 @@ env.Append(
|
|||
"-u", "newlib_include_heap_impl",
|
||||
"-u", "newlib_include_syscalls_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=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue