Using C++ Boost library on ESP32 - RTTI Error
Posted: Fri Mar 30, 2018 3:33 am
Hi,
i am trying to use Boost library on my ESP32 and get this error on Boost files when issuing 'make' :
With this command on the terminal : I can see configured with
Can i remove this flag when issuing 'make' on my code to remove this error with Boost? If so how can i do it?
Or is it bad to do so ?
I am using Boost 1.53
Regards,
ogensyts
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