Using CPP Exceptions in touchgfx application
Hi,
Our embedded application heavily uses CPP exceptions. CPP exception support is enabled in IAR under Options -> cpp options -> Enable exceptions . I am trying to integrate the touchgfx library with our embedded application based on STM32H743I MCU. Based on touchgfx article my understanding is that touchgfx library is created with compiler option -fno-exceptions i.e.without exception support. IAR linker generates an error for this
Error[Li009]: runtime model conflict: Module Application.o(touchgfx_core_release.a) specifies that '__CPP_Exceptions' must be 'Disabled', but module Ads1256.o has the value 'Used' .Is there a variant of touchgfx library created without compiler option -fno-exceptions. This will allow us to link the touchgfx lib with our embedded application and keep using the cpp exceptions.
https://touchgfx.zendesk.com/hc/en-us/articles/206116381-Using-other-IDEs-with-TouchGFX
