TagLib Framework with ARM64 architecture

Jason Fleischer jason at anytune.app
Thu Nov 5 14:57:24 GMT 2020


TagLib developer,

Trying to build a Tablib framework that has Arm64 architecture with the
following command:

sudo cmake -DCMAKE_BUILD_TYPE=Release \

    -DBUILD_FRAMEWORK=ON \

    -DCMAKE_C_COMPILER=/usr/bin/gcc \

    -DCMAKE_CXX_COMPILER=/usr/bin/c++ \

    -DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/
\

    -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 \

    -DCMAKE_OSX_ARCHITECTURES="arm64"


However the compiler gcc does not support arm64 architectures. Attached are
the logs.


What compiler should I use? Is this possible?


I need arm64 for macOS universal builds with their new silicon chips.


Any help would be greatly appreciated,


Jason
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20201105/5e1abde5/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CMakeOutput.log
Type: application/octet-stream
Size: 18574 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20201105/5e1abde5/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CMakeError.log
Type: application/octet-stream
Size: 97907 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20201105/5e1abde5/attachment-0003.obj>


More information about the taglib-devel mailing list