Hello,
I've compiled osxcross with my macOS 14.5 SDK and successfully compiled a 'hello world' project on ubuntu.
Now I have moved on to try and see if I can compile one of my other projects.
I want to compile 'RelWithDebInfo' so I need the dsymutil command-line tool.
In the README.DEBUGGING.md file it says:
Run ./build_llvm_dsymutil.sh to build and install llvm-dsymutil to target/bin.
But I cannot see a script of that name anywhere.
How do I get a dsymutil version I can use?
Sorry if I missed something. I have searched the web, stackoverflow,... and asked some AIs with no luck.
Hello,
I've compiled
osxcrosswith my macOS 14.5 SDK and successfully compiled a 'hello world' project onubuntu.Now I have moved on to try and see if I can compile one of my other projects.
I want to compile 'RelWithDebInfo' so I need the
dsymutilcommand-line tool.In the
README.DEBUGGING.mdfile it says:Run ./build_llvm_dsymutil.sh to build and install llvm-dsymutil to target/bin.But I cannot see a script of that name anywhere.
How do I get a
dsymutilversion I can use?Sorry if I missed something. I have searched the web, stackoverflow,... and asked some AIs with no luck.