Jan

Results 2 comments of Jan

Wouldn't it be possible to explicitly use the external builder for single files? The generated makefiles contain targets for each single object, so on the command line you can build...

I can provide a workaround, based on this information: https://www.lpcware.com/content/forum/build-selected-file-question - Remove the option "Generate assembler listing (-Wa,-adhlns="[email protected]")" - Under "Other compiler flags", add -Wa,-adhlns="${OutputFileRelPath}.lst" As this is using a...