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

Modifying the linker script seems to trigger a rebuild for many C files #230

Closed
Mr-Wiseguy opened this issue Mar 26, 2021 · 2 comments
Closed

Comments

@Mr-Wiseguy
Copy link
Contributor

Fixing this issue will allow much quicker iteration when reorganizing the layout of source files, such as matching libultra functions.

@bates64
Copy link
Member

bates64 commented Mar 26, 2021

This is for any file that includes ld_addrs.h, since that is directly generated from the linker script, and is intended. Potential solution ideas are welcome

@Mr-Wiseguy
Copy link
Contributor Author

Ah, okay. I like to do manual edits to the linker script to bypass having to run configure again as a time saver, which is how I ran into this. If I come up with a solution I'll open another issue or PR it.

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

No branches or pull requests

2 participants