Skip to content

Files

Latest commit

00c35be · Jul 9, 2018

History

History

lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 3, 2018
Feb 22, 2018
Feb 22, 2018
Mar 29, 2016
Feb 19, 2018
Oct 7, 2017
Jul 9, 2018
Jun 23, 2016
Oct 15, 2017
Oct 15, 2017
Feb 19, 2018
Feb 3, 2017
May 18, 2015
Oct 15, 2017
Feb 19, 2018
Jun 27, 2018
Jun 27, 2018
Oct 15, 2017
Oct 15, 2017
Feb 22, 2018
Feb 19, 2018
Oct 15, 2017
Feb 22, 2018
Jul 7, 2015
Feb 19, 2018
Oct 15, 2017
Jun 13, 2016
Feb 19, 2018
Feb 19, 2018
Feb 19, 2018
Feb 19, 2018

README.md

Updating SDK libraries

  • Copy .a files from SDK lib directory to this directory
  • Run fix_sdk_libs.sh

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