i am trying to use Boost library on my ESP32 and get this error on Boost files when issuing 'make' :
Code: Select all
.... error: cannot use typeid with -fno-rttiCode: Select all
user@ubuntu:~$ xtensa-esp32-elf-gcc-5.2.0 -vCode: Select all
.... --enable-cxx-flags='-fno-rtti ....Or is it bad to do so ?
I am using Boost 1.53
Regards,
ogensyts