Skip to content
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

Trace.c.o Compile Error #16

Open
DigiTecK3D opened this issue Nov 27, 2013 · 0 comments
Open

Trace.c.o Compile Error #16

DigiTecK3D opened this issue Nov 27, 2013 · 0 comments

Comments

@DigiTecK3D
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant