Search found 1 match
- Fri Jun 16, 2017 11:55 am
- Forum: General Discussion
- Topic: Cross compile Mongo C Driver for xtensa-esp32-elf Toolchain
- Replies: 1
- Views: 3406
Cross compile Mongo C Driver for xtensa-esp32-elf Toolchain
Hi, I am trying cross compile mongo C driver to ESP32 platform on Ubuntu OS, which uses the xtensa-esp32-elf-gcc toolchain (gcc 5.2.0 based, compiled from crossNg tools). The toolchain has its own sysroot, which has an incomplete glibc library built-in. After numerous tries on the compilation, I fin...