cpctelera
cpctelera copied to clipboard
fixed issue with bin generation in IMG2SP_CONVERT_BIN
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'
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
Sorry, I've closed this PR by accident