Displaying 1 result from an estimated 1 matches for "dlmdevelop".
2009 Dec 13
2
[Bug 626] New: Execution and compilation problems
...le-static" everything compiles fine and I
transfer the executable on the target device but it complains about missing
compiler when I start it on the target (!) machine.
root at myhost /tmp
$ ln -s iptables-multi iptables
root at myhost /tmp
$ ./iptables --help
./iptables: line 1: cd: /home/dlmdevelop/arm-src/iptables-1.4.6: No such file
or directory
./iptables: line 1: arm-linux-gcc: command not found
Do I need a compiler on the target (!) device for iptables? I checked the
iptables FAQ but I didn't find anything about that.
I gave it another try with static linking "--enable-static...