3e758ef235
The file `mbedtls_errors/mp_mbedtls_errors.c` can be used instead of `mbedtls/library/error.c` to give shorter error strings, reducing the build size of the error strings from about 12-16kB down to about 2-5kB.
5 lines
147 B
Bash
Executable File
5 lines
147 B
Bash
Executable File
#! /bin/bash -e
|
|
# Generate mp_mbedtls_errors.c and build the tester app
|
|
./do-mp.sh
|
|
cc -o tester -I../mbedtls/include/ mp_mbedtls_errors.c tester.c
|