Open nr4418 opened 3 years ago
Ah, yes, apparently the compile flags are written to explicitly force it to build with them, even if not supported by the target cpu, per JuliaPackaging/Yggdrasil#230 at https://github.com/JuliaPackaging/Yggdrasil/blob/438e2744e2b98ba00af99a2501e5c3e9d315729d/F/FastTransforms/build_tarballs.jl#L14-L24 @vtjnash
It's an ARM chipset, so I tend to be blocked from downloading quite a few apps, but it can run 32-bit programmes through emulation in the architecture. The version of Julia I have downloaded, as well as my copy of vs code, are both downloaded a 32-bit programmes.
We should move this to Yggdrasil, since it is a bug there with FastTransforms. I don't have permissions to transfer this issue directly though. @vtjnash
We should move this to Yggdrasil, since it is a bug there with FastTransforms. I don't have permissions to transfer this issue directly though.
You can only transfer issues between repositories owned by the same user or organization account. @vchuravy
CC: @MikaelSlevinsky
Quite new to julia, using vs code for the most part. I've encountered this issue or similar when I try to run certain commands. I ran the following file in the REPL
Which caused the terminal to crash with exit code 1. The exact text was:
I ran the same file in the debugger, the report was:
In case it is my system, see:
This thread is originally issue #42893 on JuliaLang\julia I will add the coments and the people that posted them in order below.