Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup of net headers #102

Closed
wants to merge 5 commits into from
Closed

Cleanup of net headers #102

wants to merge 5 commits into from

Conversation

dee12452
Copy link

@dee12452 dee12452 commented Jul 3, 2020

Addresses #5. Moved socket, poll, select to sys. Put lv2 sysNet functions in their own header in sysutil. Moved netdb.h to root of include/. Added ppu/include/sys to LIBPSL1GHT_INC in ppu_rules.

bucanero and others added 5 commits July 1, 2020 21:44
* Fixed http typedefs

Used changes from Estwald v2 sdk
(http connections were failing due to wrong typedefs)

* Fix definitions to match exports.h

ppu/sprx/libhttp/exports.h

* Change size_t to u32
…sNet functions in their own header in sysutil. Moved netdb.h to root of include/. I know this will address ps3dev#5
@dee12452
Copy link
Author

dee12452 commented Jul 3, 2020

Attempting to build the changes using docker + ps3toolchain/Dockerfile. Can get past 008-psl1ght.sh but hitting

checking whether the C compiler works... no
configure: error: in `/build/build/ps3libraries/build/libpng-1.4.4/build-ppu':
configure: error: C compiler cannot create executables
See `config.log' for more details.
../scripts/002-libpng-1.4.4.sh: Failed.
../scripts/009-ps3libraries.sh: Failed.
The command '/bin/sh -c /build/toolchain.sh' returned a non-zero code: 1

which was reported here ps3dev/ps3toolchain#94. I'll try a different system so I can see the config.log

@miigotu
Copy link
Member

miigotu commented Jul 3, 2020

That dockerfile is not finished. Build the toolchain locally or use the submodules branch for a dockerfile that should work.

@dee12452
Copy link
Author

dee12452 commented Jul 3, 2020

@miigotu Cool I'll give that a shot

@dee12452
Copy link
Author

dee12452 commented Jul 3, 2020

Closing: accidentally included a commit from master not yet in develop

@dee12452 dee12452 closed this Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants