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
I'm trying to compile openlase with tracer and on getting to compile Trace.c.o it fails on the linking of the obj file. Not sure why this is occuring. Here is the dump of what I get on errors.
[ 16%] Building C object libol/CMakeFiles/openlase.dir/trace.c.o
Linking C shared library cygopenlase-0.dll
Cannot export ol_conv_sse2: symbol not defined
Cannot export ol_sobel_sse2_gx_h: symbol not defined
Cannot export ol_sobel_sse2_gx_v: symbol not defined
Cannot export ol_sobel_sse2_gy_h: symbol not defined
Cannot export ol_sobel_sse2_gy_v: symbol not defined
Cannot export ol_transpose_2x8x8: symbol not defined
Cannot export ol_transpose_8x8w: symbol not defined
CMakeFiles/openlase.dir/trace.c.o: In function perform_sobel': /home/SantiagoMA/openlase-master/libol/trace.c:273: undefined reference tool_sobel_sse2_gx_v'
/home/SantiagoMA/openlase-master/libol/trace.c:274: undefined reference to ol_transpose_8x8w' /home/SantiagoMA/openlase-master/libol/trace.c:275: undefined reference tool_transpose_8x8w'
/home/SantiagoMA/openlase-master/libol/trace.c:293: undefined reference to ol_sobel_sse2_gx_h' /home/SantiagoMA/openlase-master/libol/trace.c:294: undefined reference tool_transpose_8x8w'
/home/SantiagoMA/openlase-master/libol/trace.c:295: undefined reference to ol_transpose_8x8w' /home/SantiagoMA/openlase-master/libol/trace.c:273: undefined reference tool_sobel_sse2_gy_v'
/home/SantiagoMA/openlase-master/libol/trace.c:274: undefined reference to ol_transpose_8x8w' /home/SantiagoMA/openlase-master/libol/trace.c:275: undefined reference tool_transpose_8x8w'
/home/SantiagoMA/openlase-master/libol/trace.c:293: undefined reference to ol_sobel_sse2_gy_h' /home/SantiagoMA/openlase-master/libol/trace.c:294: undefined reference tool_transpose_8x8w'
/home/SantiagoMA/openlase-master/libol/trace.c:295: undefined reference to ol_transpose_8x8w' CMakeFiles/openlase.dir/trace.c.o: In functionperform_blur':
/home/SantiagoMA/openlase-master/libol/trace.c:207: undefined reference to ol_conv_sse2' /home/SantiagoMA/openlase-master/libol/trace.c:212: undefined reference tool_transpose_2x8x8'
/home/SantiagoMA/openlase-master/libol/trace.c:213: undefined reference to ol_transpose_2x8x8' /home/SantiagoMA/openlase-master/libol/trace.c:241: undefined reference tool_conv_sse2'
/home/SantiagoMA/openlase-master/libol/trace.c:246: undefined reference to ol_transpose_2x8x8' /home/SantiagoMA/openlase-master/libol/trace.c:247: undefined reference tool_transpose_2x8x8'
collect2: error: ld returned 1 exit status
libol/CMakeFiles/openlase.dir/build.make:205: recipe for target 'libol/cygopenlase-0.dll' failed
make[2]: *** [libol/cygopenlase-0.dll] Error 1
CMakeFiles/Makefile2:78: recipe for target 'libol/CMakeFiles/openlase.dir/all' failed
make[1]: *** [libol/CMakeFiles/openlase.dir/all] Error 2
Makefile:75: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
I'm trying to compile openlase with tracer and on getting to compile Trace.c.o it fails on the linking of the obj file. Not sure why this is occuring. Here is the dump of what I get on errors.
[ 16%] Building C object libol/CMakeFiles/openlase.dir/trace.c.o
Linking C shared library cygopenlase-0.dll
Cannot export ol_conv_sse2: symbol not defined
Cannot export ol_sobel_sse2_gx_h: symbol not defined
Cannot export ol_sobel_sse2_gx_v: symbol not defined
Cannot export ol_sobel_sse2_gy_h: symbol not defined
Cannot export ol_sobel_sse2_gy_v: symbol not defined
Cannot export ol_transpose_2x8x8: symbol not defined
Cannot export ol_transpose_8x8w: symbol not defined
CMakeFiles/openlase.dir/trace.c.o: In function
perform_sobel': /home/SantiagoMA/openlase-master/libol/trace.c:273: undefined reference to
ol_sobel_sse2_gx_v'/home/SantiagoMA/openlase-master/libol/trace.c:274: undefined reference to
ol_transpose_8x8w' /home/SantiagoMA/openlase-master/libol/trace.c:275: undefined reference to
ol_transpose_8x8w'/home/SantiagoMA/openlase-master/libol/trace.c:293: undefined reference to
ol_sobel_sse2_gx_h' /home/SantiagoMA/openlase-master/libol/trace.c:294: undefined reference to
ol_transpose_8x8w'/home/SantiagoMA/openlase-master/libol/trace.c:295: undefined reference to
ol_transpose_8x8w' /home/SantiagoMA/openlase-master/libol/trace.c:273: undefined reference to
ol_sobel_sse2_gy_v'/home/SantiagoMA/openlase-master/libol/trace.c:274: undefined reference to
ol_transpose_8x8w' /home/SantiagoMA/openlase-master/libol/trace.c:275: undefined reference to
ol_transpose_8x8w'/home/SantiagoMA/openlase-master/libol/trace.c:293: undefined reference to
ol_sobel_sse2_gy_h' /home/SantiagoMA/openlase-master/libol/trace.c:294: undefined reference to
ol_transpose_8x8w'/home/SantiagoMA/openlase-master/libol/trace.c:295: undefined reference to
ol_transpose_8x8w' CMakeFiles/openlase.dir/trace.c.o: In function
perform_blur':/home/SantiagoMA/openlase-master/libol/trace.c:207: undefined reference to
ol_conv_sse2' /home/SantiagoMA/openlase-master/libol/trace.c:212: undefined reference to
ol_transpose_2x8x8'/home/SantiagoMA/openlase-master/libol/trace.c:213: undefined reference to
ol_transpose_2x8x8' /home/SantiagoMA/openlase-master/libol/trace.c:241: undefined reference to
ol_conv_sse2'/home/SantiagoMA/openlase-master/libol/trace.c:246: undefined reference to
ol_transpose_2x8x8' /home/SantiagoMA/openlase-master/libol/trace.c:247: undefined reference to
ol_transpose_2x8x8'collect2: error: ld returned 1 exit status
libol/CMakeFiles/openlase.dir/build.make:205: recipe for target 'libol/cygopenlase-0.dll' failed
make[2]: *** [libol/cygopenlase-0.dll] Error 1
CMakeFiles/Makefile2:78: recipe for target 'libol/CMakeFiles/openlase.dir/all' failed
make[1]: *** [libol/CMakeFiles/openlase.dir/all] Error 2
Makefile:75: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: