Shad0w1nk / snes-sdk

Seeing what can be done with this...
https://code.google.com/p/snes-sdk/
7 stars 1 forks source link

FIX_REFERENCES: Reference to an unknown label "__local_1000" #1

Closed nathancassano closed 5 years ago

nathancassano commented 7 years ago

When compiling larger projects an upper label limit is hit causing the error:

FIX_REFERENCES: Reference to an unknown label "__local_1000".

To correct this the label size was increased from 1000 to 65536. Please see included patch. snes-sdk_bugfix.diff.txt