Zone issue with ARM V6

Forum for questions and support relating to the 1.25.x releases only.
Locked
iganin
Posts: 2
Joined: Tue Nov 01, 2011 10:50 pm

Zone issue with ARM V6

Post 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
iganin
Posts: 2
Joined: Tue Nov 01, 2011 10:50 pm

Re: Zone issue with ARM V6

Post 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
PacoLM
Posts: 971
Joined: Wed Dec 02, 2009 9:55 pm
Location: Spain

Re: Zone issue with ARM V6

Post by PacoLM »

http://www.zoneminder.com/forums/viewto ... 29&t=18408

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

After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
Locked