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
Hi, when I compile 2D HOS-NWT (n2 = 1 p2 = 1), it works well, but if I try to compile 3D HOS-NWT (n2 > 1 and p2 > 1) the error shown as:
/usr/bin/ld: failed to convert GOTPCREL relocation; relink with --no-relax
collect2: error: ld returned 1 exit status
make: *** [makefile:105: bin/HOS-NWT] Error 1
How do I fix this?
Hi, when I compile 2D HOS-NWT (n2 = 1 p2 = 1), it works well, but if I try to compile 3D HOS-NWT (n2 > 1 and p2 > 1) the error shown as:
/usr/bin/ld: failed to convert GOTPCREL relocation; relink with --no-relax
collect2: error: ld returned 1 exit status
make: *** [makefile:105: bin/HOS-NWT] Error 1
How do I fix this?