You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can try and fix them, like we did a few weeks ago for the arm curve thing. Or we can be more specific when including assembly sources in build_c_code by separating clang target. Do we still have some assembly files with clang-compatible syntax ?
The text was updated successfully, but these errors were encountered:
I think these files were always included in the build. Otherwise RSA and ECC stuff wouldn't work in the simulator.
Probably the issue is that the command line for "perl" is passing the wrong value on the command line for the simulator. I suggest looking at the build output (cargo build -vv) of a working build and comparing its output to the build output of a broken build, especially in the area of the perl invocations.
Since #321, the build to the ios simulator is broken. I think it's because some assembly sources with pure GCC syntax are included on the build:
... and so on.
We can try and fix them, like we did a few weeks ago for the arm curve thing. Or we can be more specific when including assembly sources in build_c_code by separating clang target. Do we still have some assembly files with clang-compatible syntax ?
The text was updated successfully, but these errors were encountered: