-
Notifications
You must be signed in to change notification settings - Fork 1.6k
failure make samin_k.o samax_k.o #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Archy, Could you try OpenBLAS develop branch? I think it fixed this issue. Xianyi |
thanks Xianyi, Just tried the develop branch. The same error persists. Archy |
I think it looks like What's your OS and gcc version? |
Hi Xianyi, thanks |
We didn't test building OpenBLAS on SunOS. Thus, we need setup the testbed. |
Thanks all the same. the funny thing is I don't think I had this problem when the first time I successfully build OpenBLAS on the very same machine. |
Could you try to apply this patch? This patch removes executable stack markings.
|
Hi Xianyi, gcc -c -O2 -DEXPRECISION -m128bit-long-double -fopenmp -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DSMP_SERVER -DUSE_OPENMP -DMAX_CPU_NUMBER=2 -DASMNAME= -DASMFNAME=_ -DNAME=_ -DCNAME= -DCHAR_NAME="_" -DCHAR_CNAME="" -DNO_AFFINITY -I. -DHAVE_LAPACK_CONFIG_H -I ../include -o lapacke_make_complex_float.o lapacke_make_complex_float.c lapacke_make_complex_float.c:47:17: error: ‘_Imaginary_I’ undeclared (first use in this function) gmake[3]: Leaving directory `/home/achy/preprocessor_SunOS/lib/OPENBLAS/OpenBLAS-develop/lapack-netlib/lapacke/utils' I suppose SunOS doesn't have the correct header file? Do you have any idea? Thanks |
thanks Xianyi. Will keep you updated. |
Hi Xianyi, So with gcc 4.5.2 and NO_LAPACKE=1, it successfully build on SunOS 5.11(or 11.0). I will keep on checking the problem of incorrect complex.h in SunOS, and keep you updated. Thanks |
Hi Xianyi,
Need your help! Thanks in advance
I failed to make samin_k.o samax_k.o.
Used gmake BINARY=64 CC=gcc USE_THREAD=0 -j8
come up with the following message:
gmake[1]: Entering directory
/home/achy/preprocessor_SunOS/lib/OPENBLAS/xianyi-OpenBLAS-9c51cdf-USE_OPENMP/kernel' gmake[1]: warning: -jN forced in submake: disabling jobserver mode. /usr/local/bin/gcc -c -O2 -DEXPRECISION -m128bit-long-double -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DMAX_CPU_NUMBER=1 -DASMNAME=samax_k -DASMFNAME=samax_k_ -DNAME=samax_k_ -DCNAME=samax_k -DCHAR_NAME=\"samax_k_\" -DCHAR_CNAME=\"samax_k\" -DNO_AFFINITY -I.. -UDOUBLE -UCOMPLEX -UCOMPLEX -UDOUBLE -DUSE_ABS -UUSE_MIN ../kernel/x86_64/amax_sse.S -o samax_k.o /usr/local/bin/gcc -c -O2 -DEXPRECISION -m128bit-long-double -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DMAX_CPU_NUMBER=1 -DASMNAME=samin_k -DASMFNAME=samin_k_ -DNAME=samin_k_ -DCNAME=samin_k -DCHAR_NAME=\"samin_k_\" -DCHAR_CNAME=\"samin_k\" -DNO_AFFINITY -I.. -UDOUBLE -UCOMPLEX -UCOMPLEX -UDOUBLE -DUSE_ABS -DUSE_MIN ../kernel/x86_64/amax_sse.S -o samin_k.o Assembler: "/var/tmp//cc6_aW3r.s", line 254 : Syntax error Near line: " .size samin_k, .-samin_k; .section .note.GNU-stack,"",%progbits" Assembler: "/var/tmp//cc5_aO3r.s", line 254 : Syntax error Near line: " .size samax_k, .-samax_k; .section .note.GNU-stack,"",%progbits" gmake[1]: *** [samin_k.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: *** [samax_k.o] Error 1 gmake[1]: Leaving directory
/home/achy/preprocessor_SunOS/lib/OPENBLAS/xianyi-OpenBLAS-9c51cdf-USE_OPENMP/kernel'gmake: *** [libs] Error 1
Archy
The text was updated successfully, but these errors were encountered: