So, I'm trying to port a retroarch core to the Switch like a lot of other people have been doing. I'm a pretty big noob at coding in general, but I've been looking at the lib transistor usage page, the fceumm switch target, etc. Below is the picture of the code I'm using to make the emulator (parallel-n64). There's obviously more, this is just the snippet of switch code:
After running make, this is the console output:
I'm assuming I need to create a "rule" (line(s) of code?) to make the paran64.o file I specified near the top? I just really want to figure out how to port this emulator, even if it doesn't run well/at all. just trying to get that .nro file.
Edit: Got rid of 2 lines of code, and it got rid of the top 2 errors:
Makefile:137: warning: overriding recipe for target 'clean'
Makefile:68: warning: ignoring old recipe for target 'clean'
After running make, this is the console output:
I'm assuming I need to create a "rule" (line(s) of code?) to make the paran64.o file I specified near the top? I just really want to figure out how to port this emulator, even if it doesn't run well/at all. just trying to get that .nro file.
Edit: Got rid of 2 lines of code, and it got rid of the top 2 errors:
Makefile:137: warning: overriding recipe for target 'clean'
Makefile:68: warning: ignoring old recipe for target 'clean'
Last edited by GalaxyYT,







