Closed po6ix closed 1 year ago
Thanks for your report. @criemen could you take a look, please?
Tested v2.5.3, v2.10.0 and they didn't work as well.
Do you have Rosetta installed? I don't think CodeQL works on M1 macs without.
Otherwise, I'm as puzzled as you are about that empty arch string - that's clearly unexpected.
arch -x86_64 codeql database create db --language=cpp
I could run the command by prepending arch -x86_64
wrapper to use rosetta explicitly.
Thank you for the help!
Hola, github developers.
The database creation doesn't work with
--language=cpp
argument on my environment. Otherwise, it works with--language=python
.It shows me messages below when it fails.
It seems that it couldn't the load the library (libtrace.dylib) which is needed. The strange thing is It doesn't have the valid arch string what is needed like
need ''
.libtrace.dylib
what the messages is refering is an universal binary which contains both x86_64 and arm64 binary.I tried v2.11.4, v2.11.3 and they printed the same message.
Version