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

3DS: enable mbedTLS #17762

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

3DS: enable mbedTLS #17762

wants to merge 2 commits into from

Conversation

pstef
Copy link
Contributor

@pstef pstef commented Apr 1, 2025

In my eyes this is ready, but generates warnings on libretro's CI. I suspect devkitARM there is too old and its sys/socket.h doesn't define _SOCKLEN_T_DECLARED, which deps/mbedtls/net_sockets.c expects. My devkitARM is fresher and here there are no warnings about type_len being of type int instead of socklen_t.

While here:
* remove input_overlay and task_overlay from linking blacklist
* move -Werror to CC invocation since C++ refuses to use it
* copy the quiet build mode from the main Makefile and make it the
  default
* temporarily define DEPRECATED for gpu_old.h to allow succesful build
* replace the call to command_event() with one to retroarch_main_quit()
  in a failure case
@LibretroAdmin
Copy link
Contributor

I guess we could try merging it and if you notice issues on the buildbot nightlies you can take it from there? But hopefully everything works out fine

@pstef
Copy link
Contributor Author

pstef commented Apr 2, 2025

I believe the image needs to be updated before this goes in. As it stands, the wrong type is chosen - which is what the warnings are about.

@pstef pstef marked this pull request as ready for review April 2, 2025 16:44
@pstef
Copy link
Contributor Author

pstef commented Apr 2, 2025

I've found a workaround and believe this can go in, but it's based upon #17753 which resolves the name collision on _B between mbedtls and gx2_gfx.

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.

2 participants