Hello.
While trying the demo of CARM, i stumbled upon a bug: Im using the tool under Cygwin.
The following should return error code 0, but instead returns error code 176.
This causes makefiles or similar to bail out.
CAINC=../../INC/Philips/ ../../BIN/ca.exe Time.c PREPRINTONLY; echo $?
It works correctly for the PREPRINT option.
This this a known bug? How do i get around it?