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
Hello,
I successfully compiled Relic on an Intel architecture. However, when I tried compiling it on an ARM platform using the preset script shown in the attached screenshot, I encountered the following error:
Steps to Reproduce
Compile Relic on Intel (works fine).
Compile Relic on ARM using the preset script (see attached screenshot).
The build fails with an error related to _sbrk.
Expected Behavior
Relic should compile successfully on ARM, just as it does on Intel.
Actual Behavior
The build fails with a linker error (see attached screenshot).
Screenshots
(Attach the two screenshots here.)
Additional Information
Is there a missing dependency or a specific configuration required for ARM? Any help would be appreciated!