We are facing a system crash when the assert statement CPPUNIT_ASSERT(1 == 2) is executed.
We are using cppunit ver 1.11.0 with Tornado tools (similar to VxWorks ). I have also disabled
-fno-exceptions tag in my makefile.
Is there any compiler setting that I have overlooked?
Thanks
Anant
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
We are facing a system crash when the assert statement CPPUNIT_ASSERT(1 == 2) is executed.
We are using cppunit ver 1.11.0 with Tornado tools (similar to VxWorks ). I have also disabled
-fno-exceptions tag in my makefile.
Is there any compiler setting that I have overlooked?
Thanks
Anant