An open API service indexing awesome lists of open source software.

https://github.com/rajahlone/libmbedtls.a

from mbedTLS 3.6.1 to /opt/cross-mint/m68k-atari-mint/lib/
https://github.com/rajahlone/libmbedtls.a

atari-st

Last synced: 11 months ago
JSON representation

from mbedTLS 3.6.1 to /opt/cross-mint/m68k-atari-mint/lib/

Awesome Lists containing this project

README

          

# libmbedtls.a, libmbedcrypto.a, libmbedx509.a

From mbedtls 3.6.4 to /opt/cross-mint/m68k-atari-mint/lib/

Targets: 68000, 68020-060, ColdFire

# installation for makefiles

- /opt/cross-mint/m68k-atari-mint already installed

- in an empty folder,
```mkdir ./include/mbedtls```
```mkdir ./include/psa```
```mkdir ./library```

- get [mbedtls-3.6.4.zip](https://ptonthat.fr/files/polarssl/mbedtls-3.6.4.zip), you'll need only to unpack
```./include/mbedtls/*.h``` and
```./include/psa/*.h``` and
```./library/*.h``` and
```./library/*.c``` to the present folders.

- create includes folders in target,
```mkdir /opt/cross-mint/m68k-atari-mint/include/mbedtls```
```mkdir /opt/cross-mint/m68k-atari-mint/include/psa```

- get [libmbedtls.a.r4.zip](https://ptonthat.fr/files/polarssl/sources/libmbedtls.a.r4.zip) and unpack the contents of /libmdbedtls.a/ to
```./README.md```
```./Makefile```
```./include/mbedtls/mbedtls_config.h```
```./include/mbedtls/timing_alt.h```
```./library/Makefile```
```./library/timing_alt.c```
```./libmbedtls.xcodeproj```

- libmbedtls.xcodeproj is for Xcode 16.3, you may not need it if you use something else.