cross compilation of ntp for arm based xilinx zync board

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?

Reply to
sumanthbhupathi
Loading thread data ...

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.

Reply to
7

sumanthbhupathi wrote on 05/14/2015 19:39 ET :

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?

Reply to
erny

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.