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

LPP not working?

I am having problems with the Keil LPP Utility (which should interleave the Assembler & 'C' Source in the c51 listing file - see http://www.keil.com/support/docs/975.htm).

Sometimes, it just doesn't do the interleaving at all: it leaves the listing file exactly as it started, with the 'C' source listed at the top, and then the Assembler at the end.

Has anyone else had similar problems?
Better, has anyone solved them!?

I thought it might have been to do with the upgrade to C51 v6.14, but it works for the HELLO example project, so it ain't that;
I've tried enabling/disabling #include file expansion, but it makes no difference;
I've tried changing all the C++ style "//" comments to C style "/* ... */," but that makes no difference.