嵌入式linux时间同步,ntpdate的交叉编译

1.交叉编译ntpdate

  • 下载:http://www.ntp.org/downloads.html 或者https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/
  • 配置
./configure --prefix=$PWD/install --exec-prefix=$PWD/install --host=arm-linux CC=arm-linux-gcc --with-yielding-select=yes

配置安装目录和编译器

  • make
    在make的时候报错,链接不到lssp库,需要下载libssp的源码编译一份出静态库和动态库来

  • make install

你可能感兴趣的:(嵌入式,linux环境高级编程,Linux,c语言,ntp)