-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to recompile systemtap scripts #7
Comments
Hi, For cross-compiling systemtap scripts you need:
I prepared docker image for compiling systemtap scripts, so you can use this project, or just follow similar setup as in the repo. LiSa's images are currently uploaded here (these are only compressed images). If you have an idea where I could upload those images, including kernel build tree - so you can use them for compiling your scripts, I'd be happy to do that. You can copy built systemtap modules using e2cp to copy file inside ext2/ext3 filesystem. |
Thanks for your reply. Buildroot seems a good tool to build embedded Linux, but I have not used it before. Please give me some advices about which configuration options I need to set or anything else, then I can make a LiSa-like image myself. Maybe you can upload those files to Google Drive (free 15GB), and share the link to others. |
Hi Have you found the way to recompile ? Thanks |
Hi, great work!
I want to write my own systemtap scripts and how I can recompile it to insert in the qemu images?
thanks.
The text was updated successfully, but these errors were encountered: