Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed issue with bin generation in IMG2SP_CONVERT_BIN #123

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

nestornillo
Copy link
Collaborator

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'

When converting an image to bin, the '.h.s' file was included into compilation, which generated .lst and .rel that where not deleted with 'make clean' or 'make cleanall'
@nestornillo
Copy link
Collaborator Author

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 nestornillo deleted the patch-3 branch June 26, 2021 21:23
@nestornillo nestornillo restored the patch-3 branch June 26, 2021 21:24
@nestornillo
Copy link
Collaborator Author

Sorry, I've closed this PR by accident

@nestornillo nestornillo reopened this Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant