I'm trying to set my CUnit on Eclipse but I got two errors:
- If I lunch without
-lcunit
parameter I have:
undefined reference to CU_assertImplementation
- If I lunch with
-lcunit
I have:
bin/ld.exe: skipping incompatible lib/libcunit.a when searching for -lcunit
Where am I wrong? There is a good tutorial on how to install?
Windows is the O.S.