1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00
2016-06-13 15:02:59 +08:00
..
2016-03-29 17:48:37 +03:00
2016-05-06 19:33:48 +08:00
2016-06-13 00:56:38 +08:00
2016-01-09 11:50:58 +01:00
2016-01-09 11:50:58 +01:00
2015-05-18 16:04:30 +03:00
2016-01-09 11:50:58 +01:00
2016-05-06 19:33:48 +08:00
2016-05-06 19:33:48 +08:00
2016-01-09 11:50:58 +01:00
2016-05-06 19:33:48 +08:00
2016-05-06 19:33:48 +08:00
2016-05-06 19:33:48 +08:00
2015-07-04 09:45:05 +02:00
2016-05-06 19:33:48 +08:00
2016-05-06 19:33:48 +08:00
2016-05-06 19:33:48 +08:00
2016-01-09 11:50:58 +01:00
2016-01-09 11:50:58 +01:00
2016-01-09 11:50:58 +01:00

Updating SDK libraries

After updating SDK libraries to a new version, do the following changes.

  1. Remove mem_manager.o from libmain.a to use custom heap implementation

    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