Quoting Ben Pfaff :
On Thu, May 22, 2014 at 02:04:07PM +0300, Zoi VASILIOU wrote:
I am trying to compile ovs-dpctl for arm architecture.
However the following error is showing:
Compile with this command:
arm-eabi-gcc -c -I. -I../include/
-I/home/zoi/android-ndk-r5b/platforms/android-8/arch
I am trying to compile ovs-dpctl for arm architecture.
However the following error is showing:
Compile with this command:
arm-eabi-gcc -c -I. -I../include/
-I/home/zoi/android-ndk-r5b/platforms/android-8/arch-arm/usr/include/
-mandroid -ffunction-sections -fdata-sections -Os -g
--sysroot=/
Quoting Ben Pfaff :
On Wed, May 21, 2014 at 05:08:33PM +0300, Zoi VASILIOU wrote:
I cross compile openvswitch for android with the arm-eabi-gcc compiler.
The openvswitch.ko module is created successfully.
The utilities binaries(ovs-ofctl, ovs-dpctl, ovs-vsctl e.t.c.) are
created
I cross compile openvswitch for android with the arm-eabi-gcc compiler.
The openvswitch.ko module is created successfully.
The utilities binaries(ovs-ofctl, ovs-dpctl, ovs-vsctl e.t.c.) are
created automatically ,after make, in the utilities folder.
My question is if the ovs utilities ,compile
t the utilities you
mention are all userspace. I'd just try downloading a recent
version of OVS and building the userspace programs.
--Justin
Zoi VASILIOU wrote:
Hi,
I want to use openvswitch in android.
Openvswitch is already in android for kernels 3.3 and above.
So i have already open
they already
in android and i cannot locate them?
Thanks,
Zoi Vasiliou
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
Hi,
I want to cross compile the openvswitch for arm architecture(android).
The makefile that i have to change is only the Makefile.main in the
/openvswitch/datapath/linux?
More specifically, i change the line change the
$(MAKE) -C $(KSRC) M=$(builddir) modules to
$(MAKE) -C $(KSRC) M=$(buil