Hi,
I am using netbsd OS and application compiled with Intel i386-netbsdelf--gcc compiler. I use dynamic linking for linking libraries to the application. When I try to run my application on target , I expected the printfs' I had put in the application to come on screen. It did not come. Then I tried torun it with gdb
I got the following error
No shared library support for this OS/ABI.
Any clues about this issue?
I am using netbsd OS and application compiled with Intel i386-netbsdelf--gcc compiler. I use dynamic linking for linking libraries to the application. When I try to run my application on target , I expected the printfs' I had put in the application to come on screen. It did not come. Then I tried torun it with gdb
I got the following error
No shared library support for this OS/ABI.
Any clues about this issue?
链接已复制
1 回复