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-rtti
Code: Select all
user@ubuntu:~$ xtensa-esp32-elf-gcc-5.2.0 -v
Code: Select all
.... --enable-cxx-flags='-fno-rtti ....
Or is it bad to do so ?
I am using Boost 1.53
Regards,
ogensyts