I have built the framework and ran some testing examples successfully.
But now, I'm trying to integrate the framework to a real project and I'm getting the next linking error:
make -f makefile.test
Linking uartSample_main_tests
/usr/lib/gcc/x86_64-pc-cygwin/4.8.3/../../../../lib/libcygwin.a(libcmain.o): In
function `main':
/usr/src/debug/cygwin-1.7.30-1/winsup/cygwin/lib/libcmain.c:39: undefined refere
nce to `WinMain'
/usr/src/debug/cygwin-1.7.30-1/winsup/cygwin/lib/libcmain.c:39:(.text.startup+0x
7e): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `WinMai
n'
collect2: error: ld returned 1 exit status
../../../Test/CppUTest/build/MakefileWorker.mk:464: recipe for target 'uartSampl
e_main_tests' failed
make: *** [uartSample_main_tests] Error 1
Thanks a lot.