<p dir="ltr">I have compiled suricata on an armv6h, but did not cross-compile it.  I compiled it natively and it worked fine.  It took some time, so I found something else to do while it compiled.</p>
<div class="gmail_quote">On Nov 10, 2015 1:47 AM, "Victor Julien" <<a href="mailto:lists@inliniac.net">lists@inliniac.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10-11-15 08:46, Anoop Saldanha wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tue, Nov 10, 2015 at 12:59 PM, Anoop Saldanha<br>
<<a href="mailto:anoopsaldanha@gmail.com" target="_blank">anoopsaldanha@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, Nov 9, 2015 at 11:06 PM, Peter Manev <<a href="mailto:petermanev@gmail.com" target="_blank">petermanev@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, Nov 9, 2015 at 3:00 PM, Mahdi Aichouch <<a href="mailto:foxmehdi@gmail.com" target="_blank">foxmehdi@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I am trying to run Suricata on an ARMv7 architecture based board.<br>
<br>
After, I had successfully cross-compiled  Suricata for my target, I tried to<br>
run Suricata on the board but I got an Aborted fault.<br>
<br>
Below is the command that I used in my test:<br>
<br>
$> ./home/suricata/bin/suricata -c /etc/suricata/suricata.yaml -i eth0<br>
--init-errors-fatal<br>
</blockquote>
<br>
Can you try adding the "-v" switch for more verbose output -<br>
./home/suricata/bin/suricata -c /etc/suricata/suricata.yaml -i eth0<br>
--init-errors-fatal -v<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
[35] 1/1/1970 -- 00:02:03 - (suricata.c:1073) <Notice> (SCPrintVersion) --<br>
This is Suricata version 2.1dev (rev 86711a1)<br>
Aborted.<br>
<br>
No further message are printed on the terminal.<br>
<br>
Could someone help me in figuring out what causes this issue.<br>
</blockquote></blockquote>
<br>
Trouble with some instructions generated for your architecture most<br>
likely.  I would first try and make sure that I have cross compiled<br>
directly, and then zero in on the instructions generated by the<br>
compiler and make sure it is present ARMv7's ISA.<br>
<br>
</blockquote>
<br>
My previous reply - s/cross compiled directly/cross compiled correctly/g<br>
<br>
As a later step on figuring out the instructions, you can look at the<br>
kernel/system logs to figure out the instructions that caused the<br>
error.<br>
<br>
</blockquote>
<br>
Don't forget passing --disable-gccmarch-native to configure before compiling.<br>
<br>
-- <br>
---------------------------------------------<br>
Victor Julien<br>
<a href="http://www.inliniac.net/" rel="noreferrer" target="_blank">http://www.inliniac.net/</a><br>
PGP: <a href="http://www.inliniac.net/victorjulien.asc" rel="noreferrer" target="_blank">http://www.inliniac.net/victorjulien.asc</a><br>
---------------------------------------------<br>
<br>
_______________________________________________<br>
Suricata IDS Users mailing list: <a href="mailto:oisf-users@openinfosecfoundation.org" target="_blank">oisf-users@openinfosecfoundation.org</a><br>
Site: <a href="http://suricata-ids.org" rel="noreferrer" target="_blank">http://suricata-ids.org</a> | Support: <a href="http://suricata-ids.org/support/" rel="noreferrer" target="_blank">http://suricata-ids.org/support/</a><br>
List: <a href="https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users" rel="noreferrer" target="_blank">https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users</a><br>
Suricata User Conference November 4 & 5 in Barcelona: <a href="http://oisfevents.net" rel="noreferrer" target="_blank">http://oisfevents.net</a></blockquote></div>