[Bug 734] Iptables on Arm Processor with Vanilla Kernel
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Sat Aug 27 21:21:53 CEST 2011
http://bugzilla.netfilter.org/show_bug.cgi?id=734
--- Comment #13 from Evgheni <aidjek at gmail.com> 2011-08-27 21:21:52 ---
(In reply to comment #12)
> You are mixing two ABIs, which is not supported on ARM because there is no
> CONFIG_COMPAT. If your kernel is EABI, userspace should be as well.
>
Hello Jan
I have found that all modules in kernel and iptables binary were compiled with
EABI:
t405VM:/home/aidjek/iptables-1.4.12/build/bin/sbin# readelf -h iptables | grep
Flags
Flags: 0x202, has entry point, GNU EABI, software
FP
readelf -h /home/aidjek/iptables-1.4.3.2/build/bin/sbin/iptables | grep Flags
Flags: 0x202, has entry point, GNU EABI, software
FP
readelf -h net/ipv4/netfilter/ip_tables.ko | grep Flag
Flags: 0x200, GNU EABI, software FP
readelf -h net/ipv4/netfilter/ip_tables.ko | grep Flag
Flags: 0x200, GNU EABI, software FP
Also in kernel configure - I have following records:
CONFIG_AEABI=y
CONFIG_OABI_COMPAT=y
Anything else related with EABI in menuconfig of kernel I have not found.
Would be grateful if you can point anything more about EABI on arm, I used this
link http://wiki.debian.org/ArmEabiPort , but nothing related with my issue
didn't find.
Thank you in advance, Evgheni.
--
Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.
More information about the netfilter-buglog
mailing list