tftp - VxWorks tftpLib. Linker error -


i try create application vxworks take file using tftp. linker doesn't know tftpinit() function is. these errores example:

dld: warning: undefined symbol 'tftppeerset' in file 'lava-test/nondebug/objects/lava-test/lava-tests.o' dld: warning: undefined symbol 'tftpmodeset' in file 'lava-test/nondebug/objects/lava-test/lava-tests.o' dld: warning: undefined symbol 'tftpinit' in file 'lava-test/nondebug/objects/lava-test/lava-tests.o' dld: warning: undefined symbol 'tftpget' in file 'lava-test/nondebug/objects/lava-test/lava-tests.o' dld: warning: undefined symbol 'tftpquit' in file 'lava-test/nondebug/objects/lava-test/lava-tests.o' 

after including vxcoreip library (where tftpinit should implemented) i've gotten next linker errors:

dld: warning: undefined symbol '__ctype' in file 'inetaddrlib.o(c:/windriver/vxworks-6.9/target/lib/arm/armarch7/common\libvxcoreip.a)' dld: warning: undefined symbol 'iosdrvinstall' in file 'socklib.o(c:/windriver/vxworks-6.9/target/lib/arm/armarch7/common\libvxcoreip.a)' dld: warning: undefined symbol 'iosfddrvvalue' in file 'socklib.o(c:/windriver/vxworks-6.9/target/lib/arm/armarch7/common\libvxcoreip.a)' dld: warning: undefined symbol 'iosmaxfiles' in file 'socklib.o(c:/windriver/vxworks-6.9/target/lib/arm/armarch7/common\libvxcoreip.a)' dld: warning: undefined symbol 'iosfdnew' in file 'socklib.o(c:/windriver/vxworks-6.9/target/lib/arm/armarch7/common\libvxcoreip.a)' 

please, suggest how link tftplib. libraries needed?

p.s. project type - rtp (vxworks 6.9). dev environment - workbench 3.3


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -