WIP: Starting the build system for the ps1 #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "psx-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just the starting of the build system for the ps1.
Not much to see here, the only problem that I see for now is that i cannot add the dependency:
sm64-gba = { path = "../../" }. It will trigger the compilation of the gba module, that is incompatible, so I need some help here.Other toughs (as far as I know the code, if it is wrong, please, help me understand):
384d7a072ftoa2d960f90bCan't compile yet because all the assets are linked to the main program on the ewram and iwram:
= note: rust-lld: error: section '.data' will not fit in region 'RAM': overflowed by 5296128 bytes
rust-lld: error: section '.ewram' will not fit in region 'RAM': overflowed by 5302960 bytes
rust-lld: error: section '.iwram' will not fit in region 'RAM': overflowed by 5304264 bytes
rust-lld: error: section '.bss' will not fit in region 'RAM': overflowed by 5304290 bytes
e939719743to5d5439a39cView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.