You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PandA project discussions and questions
Hello,
I want to know how can I use .S (assembly) files, like (https://github.com/kaniini/libucontext/tree/master/arch/x86_64) in source code with c or c++. for example I want to use getcontext method in my code while the method implementation is existed in .S file and for using that I need to add .S file in my GCC command line. I convert .S file to .a and try to use that by -l command in babmu but it sends parsing error.
So, if it's possible inform me about the right solution.