-
Notifications
You must be signed in to change notification settings - Fork 66
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
Failed compiling make ... imgproc_sse2.asm.o Error 1 #19
Comments
Sorry, ARM is currently not supported for the tracer. The tracing functions are currently written for SSE2 x86 (32-bit and 64-bit) only. I would like to eventually write a NEON version (which would work on the BeagleBone but not the Raspberry Pi), but haven't gotten around to it yet. Chances are the Pi is way too underpowered to do realtime video tracing, though. To build without tracing support (which should work on ARM), pass -DBUILD_TRACER=0 to the cmake command. |
Cool thanks, i give It a tri soon (BUILD_TRACER). For now got it working on my notebook (debian wheezy) with kamalmostafa patch and the additional "libhersheyfont-dev" I left a note on your install wiki page. |
hi marcan,. what exactly needs to be done in order to get the tracing to be done on a pi 2 or more preferably an odroid? |
I ported tracer to ARM Neon in #25 |
Hi,
just startet with openlase, following the instructions on the wiki page:
https://github.com/marcan/openlase/wiki/Installation
Already failed compiling the source. Tried it on two ARM platforms Raspberry Pi and BeagleBone Black both fail at the same error.
Did i miss something? Would be great to get it working on ARM.
Thanks in advance.
The text was updated successfully, but these errors were encountered: