Skip to content

Minor Saturn build system - #3460

Merged
Xeeynamo merged 3 commits into
masterfrom
saturn-stuff
Aug 1, 2026
Merged

Minor Saturn build system #3460
Xeeynamo merged 3 commits into
masterfrom
saturn-stuff

Conversation

@Xeeynamo

@Xeeynamo Xeeynamo commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Previously diffing Saturn locally was pointing to the wrong files. This attempts to fix that.

DIffing locally is still broken, I am unsure since which commit. But this at least fixes the obvious problems.

Comment thread diff_settings.py
config["objdump_executable"] = (
"sh-elf-objdump" if version == "saturn" else "mipsel-linux-gnu-objdump"
)
config["objdump_executable"] = "mipsel-linux-gnu-objdump"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unless I'm missing something I don't think mipsel objdump is doing to work?

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is for the PS1 build. The Saturn one is at line 28, and it uses sh-elf-objdump

@Xeeynamo
Xeeynamo merged commit 7007c75 into master Aug 1, 2026
15 checks passed
@Xeeynamo
Xeeynamo deleted the saturn-stuff branch August 1, 2026 10:43
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.

2 participants