Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.embedded > #845
| From | sumanthbhupathi <sumanthbhupathi@gmail.com> |
|---|---|
| Subject | cross compilation of ntp for arm based xilinx zync board |
| Newsgroups | comp.os.linux.embedded |
| Message-ID | <Y4idncgmL7zbr8jInZ2dnUU7-c-dnZ2d@giganews.com> (permalink) |
| Date | 2015-05-14 18:39 -0500 |
i want to cross compile ntp for arm based zync board
so i have downloaded the ntp-4.2.9-p2 untared.
i have set options for ./configure --host=arm-xilinx-linux-gnueabi-gcc --prefix=/home/work/
configuration was done succesfully
but when i am going for make it failed wiht an error showing
In file included from ../include/ntp.h:14:0,
from systime.c:9:
./include/ntp_crypto.h:27:25: fatal error: openssl/evp.h: No such file or directory
#include "openssl/evp.h"
^
compilation terminated.
make[3]: *** [systime.o] Error 1
make[3]: Leaving directory `/home/sumanth/SNTP/ntp-4.2.8p2/libntp'
make[2]: *** [../libntp/libntp.a] Error 2
make[2]: Leaving directory `/home/sumanth/SNTP/ntp-4.2.8p2/sntp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sumanth/SNTP/ntp-4.2.8p2'
make: *** [all] Error 2
how to fix this issue help me out?
Back to comp.os.linux.embedded | Previous | Next — Next in thread | Find similar | Unroll thread
cross compilation of ntp for arm based xilinx zync board sumanthbhupathi <sumanthbhupathi@gmail.com> - 2015-05-14 18:39 -0500 Re: cross compilation of ntp for arm based xilinx zync board 7 <email_at_www_at_enemygadgets_dot_com@enemygadgets.com> - 2015-05-17 00:19 +0100 Re: cross compilation of ntp for arm based xilinx zync board erny <nospam_marshru1@yandex.com.invalid> - 2015-11-23 10:38 -0600
csiph-web