Hi,
I’m trying to run the application after the application is built with mudflap. After I run the application in the target(x86 runs in QNX 6.5), I ended up with below error.
ldd:FATAL: Could not use _dl_alloc. We are either out of memory or application overrides this symbol and returns NULL. I
n that case, executable must have DT_BIND_NOW or environment variable LD_BIND_NOW must be set
After I set LD_BIND_NOW to 1 as an environment variable, I ended up with below error.
dd:FATAL: unable to create dlerror() key (Not enough memory)
Could you help me out to resolve the above issue ?
I’m able to run the other applications with the mudflap settings without any issues.
Thanks,
Murugaiyan