工具/软件:TI C/C++编译器
大家好、
我正在尝试为我的 TI 板设置 sftp 客户端。 我首先安装了 Dropbear、我注意到不支持 sftp。 然后我尝试设置 OpenSSH、交叉编译它、并将'ftp ssh ssh-add ssh-agent ssh-keygen ssh-keysscan'复制到我的 Arago 文件系统中。
我在哪里犯了错误、如何才能找出错误?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:TI C/C++编译器
大家好、
我正在尝试为我的 TI 板设置 sftp 客户端。 我首先安装了 Dropbear、我注意到不支持 sftp。 然后我尝试设置 OpenSSH、交叉编译它、并将'ftp ssh ssh-add ssh-agent ssh-keygen ssh-keysscan'复制到我的 Arago 文件系统中。
我在哪里犯了错误、如何才能找出错误?
Yordan、您好!
感谢你的帮助。 我解决了这个问题。
解决方案如下:
构建 zlib
>cd zlib-1.2.5
>ar=arm-linux-gnueabihf-ar cc=arm-linux-gnueabihf-gcc ranlib=arm-linux-gnueabihf-ranlib ./configure --prefix=home/zlibArm
>>制造
>>进行安装
构建 openssl
>CD openssl-1.0.1克/
>>导出交叉=arm-linux-gnueabihf-
>./Configure dist --prefix=&home/OpenSSL / OpenSSL _CC
>>使 CC="${cross}gcc" ar="${cross}ar r" ranlib="${cross}ranlib"
>>进行安装
构建 OpenSSH
>./configure --prefix=/home/OpenSSH/OpenSSH_CC --host=arm-linux --with-libs-with-zlib=home/zlibArm --with-ssl-dir=home/openls/openss_CC --disable-etc-default-login cc=arm-linux-gnueabihf=ar-linux-gnueabihf=ar-ar-ar-ar-linux-gnuf-ar-ghar-ar-ghar-ar-ghanc
>>制造