Zone issue with ARM V6
Posted: Tue Nov 01, 2011 10:56 pm
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
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