Hello,
I am trying to run tftpInit (for instance), but I get this warning:
“Warning: module 0xffff80000b64a000 holds reference to undefined symbol tftpInit.”.
What shall I have to do in order to load TFTP functions into symbol table?
Thank you,
António Pedro
If you’re creating your own VxWorks kernel, you should include the INCLUDE_TFTP_CLIENT component in your kernel configuration. If you’re trying to use the VxWorks kernels from Labs, tftpInit will not be resolved because these kernels do not include the TFTP client.
Regards,
Dan
Hi,
I’ve been using VxWorks kernels from Labs.
I know there is documentation that helps in creating my own VxWorks kernel, unfortunately I do not have an account to read it.
Best regards,
António Pedro
In order to create your own kernel you need a VxWorks license and implicitly access a complete VxWorks development environment. The same applies to access to the documentation.
Regards,
Dan