Topic: Compiling for BlocksDS

Hello,

I have seen that wolfSSL supports compiling for devkitPro, however i would like to ask how that could be done with BlocksDS. I found devkitARM and libnds too hard to use, so i switched to BlocksDS as a simpler alternative.

Share

Re: Compiling for BlocksDS

I accidentally posted the same thing 5 times, lol

Share

Re: Compiling for BlocksDS

Hi mcamandioti,

We don't currently support BlocksDS.  It looks like BlocksDS uses a Makefile based build system for external libraries, so I would recommend referencing and adapting our "GCC-ARM" (bare metal Makefile) example here: https://github.com/wolfSSL/wolfssl/tree … DE/GCC-ARM
You will want to use the build settings from our NDS example, specifically __NDS__, WOLFSSL_NDS, and WOLFSSL_USER_IO at minimum: https://github.com/wolfSSL/wolfssl/tree/master/IDE/NDS

Are you able to share any information on your project?

Thanks,
Kareem

Share

Re: Compiling for BlocksDS

Hi Kareem,
i am trying to make a sort of homebrew store for the Nintendo DS, in which i will need wolfSSL as i am trying to compile tiny-curl as a library and it says it needs wolfSSL.
Thanks,
Marko

Share