• 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...
  • 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...
  • LPP does not work with C7.x Listing files
    For me it seems that the LPP tool (merge C-Code into Assembler listings) does not work with C7.x listing files. The tool processes the listing file but nothing is changed - maybe the source-line statement...
  • LPP does not work with C7.x Listing files
    For me it seems that the LPP tool (merge C-Code into Assembler listings) does not work with C7.x listing files. The tool processes the listing file but nothing is changed - maybe the source-line statement...
  • Cannot build position independent code that works
    I'm building code for NXP S32K148 MCU (Arm Cortex M4F) and I need to build code which is position independent. I'm using gcc 6.3.1 provided by NXP. I've almost managed to make it work... 1. I set the...