Issue 0064
- Summary
- Functional.OpenSSL doesn't compile with PLATFORM emdebian-armhf
- Owner
- Tim
- Reporter
- Tim
- Status
- open
- Priority
- high
Description [edit section]
This toolchain is missing materials for zlib development.From the console log for a build on bbb:
...
arm-linux-gnueabihf-gcc -I.. -I../.. -I../asn1 -I../evp -I../../include --
sysroot=/ -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -c -o c_zlib.o c_zlib.c
In file included from c_zlib.c:25:0:
/usr/include/zlib.h:34:19: fatal error: zconf.h: No such file or directory
#include "zconf.h"
^
compilation terminated.
<builtin>: recipe for target 'c_zlib.o' failed
make[2]: *** [c_zlib.o] Error 1
make[2]: Leaving directory '/fuego-rw/buildzone/Functional.OpenSSL-emdebian-
armhf/crypto/comp'
...
Notes [edit section]
Put other free-form comments or notes here
- backlink