Page 1 of 1

Zone issue with ARM V6

Posted: Tue Nov 01, 2011 10:56 pm
by iganin
I am trying to make a package in Archi Linux ARM ( ARM V6) environmental and I got the following error;

rmv5te -O2 -pipe -MT zm_sdp.o -MD -MP -MF .deps/zm_sdp.Tpo -c -o zm_sdp.o zm_sdp.cpp
mv -f .deps/zm_sdp.Tpo .deps/zm_sdp.Po
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include -D__STDC_CONSTANT_MACROS -march=armv5te -O2 -pipe -MT zm_signal.o -MD -MP -MF .deps/zm_signal.Tpo -c -o zm_signal.o zm_signal.cpp
zm_signal.cpp: In function âvoid zm_die_handler(int, sigcontext)â:
zm_signal.cpp:91:2: error: âstruct sigcontextâ has no member named âcr2â
make[2]: *** [zm_signal.o] Error 1
make[2]: Leaving directory `/temp/zoneminder/src/ZoneMinder-1.25.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/temp/zoneminder/src/ZoneMinder-1.25.0'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
.

Do you have any ideas how to solve this?


Best regards,
Igor Ganin

Re: Zone issue with ARM V6

Posted: Wed Nov 02, 2011 9:23 am
by iganin
Dear administrator,

Could you please delete this post.
I was able to find the similar topic below.

I apologize for any inconveniences caused.


--
Best regards,
Igor

Re: Zone issue with ARM V6

Posted: Wed Nov 02, 2011 11:17 am
by PacoLM
http://www.zoneminder.com/forums/viewto ... 29&t=18408

Here is the solution, but I believe you already found it!.