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?