vxworks6.6 FTP 加载错误
使用平台vxworks6.6 开发环境worksbench3.0
在config.h文件中添加了相应的FTP宏定义:
#define INCLUDE_IPFTPC
#define INCLUDE_IPFTPS
在编译bootrom.bin的时候,系统提示错误:
undefined reference to 'ipftps_create'
undefined reference to 'ipftps_start'
undefined reference to 'ipftps_version'
我现在想用FTP加载系统映像,系统提示错误如下:
loading...FTP transfer failed.
请问有谁做过6.6下BSP的开发,还需要添加什么宏吗?
谢谢了。