Environment Variable [cracked] - Vxworks Ld_path
The runtime paths supplied to override or supplement default locations.
: Check the VxWorks shell command show to list environment variables. If LD_PATH appears, it is likely custom application-specific, not a system loader variable. For dynamic module loading, refer to your VxWorks documentation for loadModule() , unldLib , and module search path configuration. vxworks ld_path environment variable
#include <stdlib.h> #include <stdio.h>
# Append to an existing path -> setenv LD_PATH "$LD_PATH;/ata0a/drivers" The runtime paths supplied to override or supplement
-> ld < "myApp.vxe"