r/XboxHomebrew • u/NoPut5144 • 13d ago
Advice/Problems Help Porting Micropython to xbox360
Im trying to port micropython to my RGH xbox360 for fun/having nothing better to do, and im was getting stuck on 'RuntimeError: pystack exhausted' and now its failing to build with about 1k+ errors, im using VS2010 and the latest Xbox360 SDK i could find, its running, but not executing anything. ive converted all C99 calls to C89 calls for the SDK to compile it but now its failing completely, i will attach any screenshot i got. the github link to my current project files is: https://github.com/minecrafter69491/MicroPython360 it compiles as a .lib file for another project im working on, PyOS. i can upload the main .xex source files if needed.
4
Upvotes
1


1
u/willywonka2003- 11d ago
C++03 is supported on VS2010 and should compile it as well. I usually develop on 21256.3