I have C5515 fingerprint development kit. I want to compile the demo code named as FDK_DEMO which comes with the CD. I am trying to compile it with CCS Version: 4.2.3.00004. I have followed the instructions under C5515 FDK Software User Guide_SPRUH47.pdf.
First, I have tried it with windows vista home premium which has cygwin installed and I got these errors:
cannot find file "C:/Program\" " FDK_DEMO line 0 1305825854103 209
cannot find file "Collaterals/Software/C5515_code_development/FDK_Demo/rts55x.lib" FDK_DEMO line 0 1305825854103 214
cannot find file "Development\" " FDK_DEMO line 0 1305825854103 212
cannot find file "Files/C5515\" " FDK_DEMO line 0 1305825854103 210
cannot find file "Fingerprint\" " FDK_DEMO line 0 1305825854103 211
cannot find file "Kit\" " FDK_DEMO line 0 1305825854103 213
errors encountered during linking; "C:/Program Files/C5515 Fingerprint Development Kit Collaterals/Software/C5515_code_development/FDK_Demo/Debug/demo.out" not built FDK_DEMO line 0 1305825854119 236
....
I realized that there is a problem with the file system paths which probably caused by cygwin.
Then, I have tried it windows xp pro sp3 machine which has cygwin installed and I got same errors.
Finally, I tried it with a computer which has windows xp pro sp3 (no cygwin installed) and everything works fine.
Then, I removed cygwin from vista machine but I still get same errors. I don't know how I am gonna fix this issue.
Thanks