cpctelera icon indicating copy to clipboard operation
cpctelera copied to clipboard

fixed issue with bin generation in IMG2SP_CONVERT_BIN

Open nestornillo opened this issue 3 years ago • 2 comments

When converting an image to bin, the '.h.s' file was included into compilation, which generated unneeded lst, rst, rel and sym files that where not deleted with 'make clean' or 'make cleanall'

nestornillo avatar Mar 08 '21 17:03 nestornillo

Just found a commit of yours on 10 Aug 2018 "Fix:Produced h.s needed to be added to IMGASMFILES ", wich is the complete opposite of this patch. I don't know, maybe something else has changed in this time, or I am missing something. The issue is specially noticeable if the binary is saved outside src folder, as the 'sym rel rst lst' files of the '.h.s' are then created in the same folder of the bin file, not on 'obj', and are not deleted with make clean

nestornillo avatar Mar 12 '21 21:03 nestornillo

Sorry, I've closed this PR by accident

nestornillo avatar Jun 26 '21 21:06 nestornillo