Thomas Pöchtrager

Results 194 comments of Thomas Pöchtrager

`file` is a fairly standard tool. I don't think it needs extra mentioning. `arm64e` is now supported by upstream Clang 12+. No need to build Apple's version. I need to...

[hello_world_arm64.zip](https://github.com/tpoechtrager/osxcross/files/6203018/hello_world_arm64.zip) Thank you in advance!

I have seen the same happening on Arch Linux too. I suspect [this patch](https://projects.archlinux.org/svntogit/packages.git/tree/trunk/clang-3.7.0-add-gcc-abi-tag-support.patch?h=packages/llvm) to be cause of it.

I can't really get any further either. This is what I have so far: ### Build OSXCross the usual way ``` SDK_VERSION=10.4 ./build.sh eval $(osxcross-conf) ``` ### Make the SDK...

Just to let you know, I was able to get gcc 5.2.0 (ppc / ppc64) and clang (ppc) working. I will setup a test branch within the next few days.

It was a lot of work to get PowerPC working, but here we go! ``` git clone https://github.com/tpoechtrager/osxcross.git git checkout ppc-test SDK_VERSION=10.5 ./build.sh # build.sh will detect PowerPC support automatically...

Not much of an issue, have you actually tried to compile something? ;-) Surviving build_gcc.sh usually already means a working gcc (the cross compiler is already used to compile libgcc,...

I fixed the `Undefined symbols for architecture ppc: "_main", referenced from:` "issue", you now get the expected output. ``` $ ./target/bin/oppc64-gcc powerpc64-apple-darwin9-gcc: fatal error: no input files compilation terminated. $...

> Yes, I tried to build rtorrent, but the error I got was actually not related to the compiler. > But the first thing I saw was the compiler output,...

> Also, this is weird, why aren't all the binaries in my 32bit build? Looks like OpenSSL and wget failed to build. Use `set -ex` to see what's causing the...