Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.embedded > #845 > unrolled thread
| Started by | sumanthbhupathi <sumanthbhupathi@gmail.com> |
|---|---|
| First post | 2015-05-14 18:39 -0500 |
| Last post | 2015-11-23 10:38 -0600 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.os.linux.embedded
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
| From | sumanthbhupathi <sumanthbhupathi@gmail.com> |
|---|---|
| Date | 2015-05-14 18:39 -0500 |
| Subject | cross compilation of ntp for arm based xilinx zync board |
| Message-ID | <Y4idncgmL7zbr8jInZ2dnUU7-c-dnZ2d@giganews.com> |
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?
[toc] | [next] | [standalone]
| From | 7 <email_at_www_at_enemygadgets_dot_com@enemygadgets.com> |
|---|---|
| Date | 2015-05-17 00:19 +0100 |
| Message-ID | <WfQ5x.527025$9j2.507277@fx04.am4> |
| In reply to | #845 |
sumanthbhupathi wrote: > 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? Find the relevant file in the directory structure, and see which driver it belongs to and then disable the relevant driver in the kernel config program, and then re-compile. Usually you can have dozens of these errors when swapping between different processors.
[toc] | [prev] | [next] | [standalone]
| From | erny <nospam_marshru1@yandex.com.invalid> |
|---|---|
| Date | 2015-11-23 10:38 -0600 |
| Message-ID | <FYKdnaLyI_-T3M7LnZ2dnUU78KWdnZ2d@giganews.com> |
| In reply to | #845 |
sumanthbhupathi wrote on 05/14/2015 19:39 ET : > 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? > Can you please post the details related with your hardware? What are the all hardware components and the what are their specifications? What are the specifications of the ARM microcontroller? Also what are the details of your firmware that you are using with it?
[toc] | [prev] | [standalone]
Back to top | Article view | comp.os.linux.embedded
csiph-web