We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am using KEIL µVision 4.74.0.0 with ARM compiler 5.03.0.76 on Windows 10.
When I put my web src files into fcarm.exe, I get absolutely no output, and also no error message. The tool calculates quite some time (maybe 10 s or so), and then outputs just nothing, neither when listing my input files directly, not using a command file.
Example:
C:\Keil\ARM\BIN\FCARM.exe @Web.inp
Where Web.inp is:
bootstrap-theme.min.css,~bootstrap.min.js,bootstrap-theme.min.css,index.cgi,io.cgi,~jquery.min.js,Logo.png,style.cssto Web.c nopr
When I leave out "nopr", then an empty "Web.lst" file is created, that's all.
Can anyone give a hint how I can check what is going wrong?
Hi hgl,
The version of FCARM.exe you are using is probably v2.50 (shipped with MDK4.74) This version had a problem with the cgi conversion, which was fixed in a later version. If the following conditions were met, FCARM.exe crashed and gave no output:
- cgi file contains exactly one line (no return character on first line) - line uses i,t, or c command - cgi does not end with the "." command character
Try to avoid this as this may solve your problem.
Regards,
Franc