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

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

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

atari-st

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# libpolarssl.a

From mbedtls 1.3.22 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/polarssl```
```mkdir ./library```

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

- create includes folder in target,
```mkdir /opt/cross-mint/m68k-atari-mint/include/polarssl```

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

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