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

Add tests that invoke a linker which uses generated linker scripts from slinky #65

Open
17 tasks
AngheloAlf opened this issue Feb 28, 2024 · 0 comments
Open
17 tasks

Comments

@AngheloAlf
Copy link
Contributor

AngheloAlf commented Feb 28, 2024

Have dummy projects (with dummy C and asm files) that get built and linked using linker scripts generated by slinky.

Would be nice a few multiple projects that aim to represent multiple kinds of projects/platforms/variants, so we don't miss anything. Including but not limited to:

  • N64
    • IDO
    • KMC
    • EGCS
    • Out of normal RAM segments
    • Multiple overlays
    • Shared vram overlays
  • PSX
    • PSX-EXE
    • Overlays (or whatever they are called)
    • No use of $gp register (-G0)
    • Hardcode the $gp register in the yaml
    • Shiftable $gp register
  • PS2
    • idk
  • GC / Wii
    • idk

Make sure the produced binary and mapfile is still the same as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant