Module symbols are added to the kernel symbol list, so you can use any of the global functions from your module as entry point. Assuming you have a function called my_func in your module, you’d just call it from the C-shell.
Hi Dan,
many thanks for your reply. Is there a way to find out what functions are available in a respective module?
Sorry for the basic questions I used akadmanager in a Linux environment, there I simply called it by ./akdadmanger. In VxWorks I noticed that akadmanager is a module.
If I try to get the akadmanager.out to run in the cmd environment I get the following message:
[vxWorks *]# ./akadmanager.out
Launching process ‘./akadmanager.out’ …
rtp exec: unable to launch process “./akadmanager.out”: Not a valid RTP (S_loadRtpLib_NOT_EXECUTABLE).