utelnetd交叉编译
下载utelnetd-0.1.9
#vi Makefile
CROSS = aarch64-none-linux-gnu-
LDFLAGS += -static //在有静态库的情况下使用,如果编译出现段错误,请去掉重试
#make
执行./utelnetd -d
utelnetd 不需inetd ,直接运行。
在rk3588上开机自动运行:/etc/init.d/rcS 最后加上 utelnetd -d
utelnetd交叉编译
下载utelnetd-0.1.9
#vi Makefile
CROSS = aarch64-none-linux-gnu-
LDFLAGS += -static //在有静态库的情况下使用,如果编译出现段错误,请去掉重试
#make
执行./utelnetd -d
utelnetd 不需inetd ,直接运行。
在rk3588上开机自动运行:/etc/init.d/rcS 最后加上 utelnetd -d