Zach Bacon

Results 42 comments of Zach Bacon

So I was pointed to this PR by @Jj0YzL5nvJ and I can say that it helps proceed further along the compilation process, however it's far from a finished PR based...

> Try with: > > ``` > export CXXFLAGS='-stdlib=libc++' > export LDFLAGS='-mmacosx-version-min=10.7' > export OPTFLAGS='-O2' > ``` > > And build with `make -e`. > > And post your `src/asm_defines/asm_defines_gas.h`...

still no dice. Same error as I posted above for this branch and same error for git master that I posted in the issue's repo which was this. `error: unknown...

> Are you running the assembly file through gas-preprocessor? by gas, you mean as? Then yes.

so basically you want me to adapt a step that's not in the makefile to bypass the issue... in order to get it linked with asm support.

so at this point /if/ it's known to work with this pr, shouldn't it be integrated specifically for the MacOS m1 silicon chips? To have the makefile do the work...

took me a little bit to get back to this due to work, and perhaps I am not understanding what is expected of me, and I do apologize for that....

well, it's we are trying to figure this out, so that it can be implemented on this m1 platform, I'll give it a go and hope for the best.

I do have it working in windows personally and I was given a blessing to make binaries for it, just at the moment hardware issues are a main issue for...

> @ZachBacon Would love to know if you've managed to figure it out. > Thanks More or less, though it hasn't been a priority at the moment and there's and...