Re: [ovs-discuss] ovs-dpctl for arm architecture

2014-05-23 Thread Zoi VASILIOU
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

[ovs-discuss] ovs-dpctl for arm architecture

2014-05-22 Thread Zoi VASILIOU
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=/

Re: [ovs-discuss] openvswitch user interface

2014-05-22 Thread Zoi VASILIOU
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

[ovs-discuss] openvswitch user interface

2014-05-21 Thread Zoi VASILIOU
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

Re: [ovs-discuss] openvswitch in android

2014-04-03 Thread Zoi VASILIOU
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

[ovs-discuss] openvswitch in android

2014-03-28 Thread Zoi VASILIOU
they already in android and i cannot locate them? Thanks, Zoi Vasiliou ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] makefile change for cross-compiling

2014-03-07 Thread Zoi VASILIOU
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