Hi,
I'm trying to build the lib with arm-elf-g++, so I used the command:
make CXX=arm-elf-g++ clean all
and I'm getting errors starting with:
src/Posix/SignalTranslator.h:15: error: ISO C++ forbids declaration of `
sigjmp_buf' with no type
The sigjmp_buf is not defined.
I also had to comment
#ifeq ($(MSYSTEM), MINGW32)
# src += src/Win32/TimeHelpers.cpp
#else
As MSYSTEM doesn't seem to be defined.
How should I configure or what should I change to get in the end the
libUnitTest++.a built for my target?
Also, in the case the first is possible, how do I get the test report from my
embedded system?
My target runs under eCos.
Regards.
------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a
Billion" shares his insights and actions to help propel your
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
unittest-cpp-devel mailing list
unittest-cpp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel