This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FCARM doesn't create any output file

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.css
to 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?

Parents Reply Children