john-tornblom / tiny-ps4-shell

GNU General Public License v3.0
27 stars 6 forks source link

setsockopt: invalid argument on 9.00 #5

Open cdknight opened 2 years ago

cdknight commented 2 years ago

Looks like the telnet shell does not start. Maybe it has to do with removing -fuse-init-array since Clang 13 does not compile anything with that flag.

john-tornblom commented 2 years ago

The openorbis SDK have changed since I implemented this. I'll address this problem when there is a stable release of openorbis...

b2ag commented 1 year ago

FYI: It worked for me with FW 9.00, Clang 15 and OpenOrbis 00e6947 and I've also removed -fuse-init-array from Makefile. Didn't try any other version because I'm just getting started. Did you do the start, close and start again dance?