Guest User

Untitled

a guest
Jan 21st, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. printf("Starting here ......");
  2. hndl0 = dlopen("/usr/lib/libcffitest.so",RTLD_NOW | RTLD_GLOBAL);
  3. if ( hndl0 == NULL ){
  4. fprintf(stderr,"%s dlopen failure: %sn",argv[0],dlerror());
  5. exit(1);
  6. }
  7. printf("Loading Library /usr/lib/libcffitest.so ......");
  8.  
  9. [128:~]$ /usr/bin/cffitest_program
  10. Starting here ......
  11. Initializing freq: 2800429
  12. timer lib: could not get cpu_hz
  13. [128:~]$
Add Comment
Please, Sign In to add comment