Displaying 2 results from an estimated 2 matches for "ctfmerge".
Did you mean:
csvmerge
2008 Dec 04
0
ERROR: ctfmerge: Cannot open output file isp for r/w: No such fil
...ng to dtrace isp(4) module in freebsd 7.
each obj file is converted using:
ctfconvert -L VERSION isp_freebsd.o
and using "ctfdump isp_freebsd.o" I can see CTF info embedded in the .o file
but in the linked kernel module, I found much less CTF info inside it.
I guess I should use "ctfmerge" to combine the CTF info from each obj file into the final kernel module, so I did
ctfmerge -L VERSION -o isp.ko isp.o isp_library.o ...
And I got this error:
ERROR: ctfmerge: Cannot open output file isp.ko for r/w: No such file or directory
In source code (/usr/src/cddl/contrib/opensolaris...
2005 Oct 06
1
CTF generation
Hello everybody!
How do people generate the Compact Type Format (CTF) section?
Do you have a special parser or employ gcc debug information?
Is there any open utility to do this job?
Best regards,
Yaroslav