vitasdk / vdpm

SDK installer and package "manager" for $VITASDK
GNU Lesser General Public License v2.1
221 stars 62 forks source link

Is there a way to use the arm-vita-eabi-gcc compiler with arm64 (M1 mac)? #79

Closed jpssoares closed 2 years ago

jpssoares commented 2 years ago

When trying to compile the HelloWorld sample, I get the following message:

The C compiler "/Users/myuser/vitasdk/bin/arm-vita-eabi-gcc" is not able to compile a simple test program.

...

Reason: tried: '/usr/local/opt/zstd/lib/libzstd.1.dylib' (no such file), '/usr/local/lib/libzstd.1.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/usr/lib/libzstd.1.dylib' (no such file)

Is it even possible to use the compiler with arm64?

yellowbigbird83 commented 1 year ago

Hi, @jpssoares encounter the same issue. mac m1 pro, monterey v12.5 Any solutions please ?