1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Remove symbols defined in abi.cpp from libstdc++

This commit is contained in:
Ivan Grokhotkov 2016-06-13 15:02:59 +08:00
parent 90bbec9f50
commit fc80526ebf
2 changed files with 14 additions and 0 deletions

View File

@ -8,3 +8,17 @@ After updating SDK libraries to a new version, do the following changes.
```bash
xtensa-lx106-elf-ar -d libmain.a mem_manager.o
```
## Updating libstdc++
After building gcc using crosstool-NG, get compiled libstdc++ and remove some objects:
xtensa-lx106-elf-ar d libstdc++.a pure.o
xtensa-lx106-elf-ar d libstdc++.a vterminate.o
xtensa-lx106-elf-ar d libstdc++.a guard.o
xtensa-lx106-elf-ar d libstdc++.a functexcept.o
xtensa-lx106-elf-ar d libstdc++.a del_op.o
xtensa-lx106-elf-ar d libstdc++.a del_opv.o
xtensa-lx106-elf-ar d libstdc++.a new_op.o
xtensa-lx106-elf-ar d libstdc++.a new_opv.o

Binary file not shown.