[Openmcl-devel] Elf symbols doesn't work on linuxx86-64.
David Brown
lisp at davidb.org
Sat Oct 11 15:15:41 PDT 2008
Following the instructions from the manual for getting symbols with oprofile:
Welcome to Clozure Common Lisp Version 1.3-dev-r11053M-trunk (LinuxX8664)!
? (require "ELF")
"ELF"
("ELF")
? (ccl::write-elf-symbols-to-file "home:elf-symbols")
> Error: Can't initialize libelf object for "home:elf-symbols": Request error: invalid ELF_C_* argument
> While executing: CCL::CREATE-ELF-OBJECT, in process listener(1).
$ ls -l /usr/lib64/libelf.so*
0 lrwxrwxrwx 1 root root 15 2008-10-11 10:04 /usr/lib64/libelf.so -> libelf.so.0.8.4*
0 lrwxrwxrwx 1 root root 15 2008-10-11 10:04 /usr/lib64/libelf.so.0 -> libelf.so.0.8.4*
88 -rwxr-xr-x 1 root root 89392 2008-10-11 10:04 /usr/lib64/libelf.so.0.8.4*
Thanks,
David
More information about the Openmcl-devel
mailing list