On Mon, May 09, 2016 at 06:44:18PM -0700, Dio Vinra wrote:
> I used eclipse IDE with CDT. I choose "makefile project with existing code"
> option and point it to OVS folder where the makefile.am is stored, but the
> console said "make: *** No rule to make target 'all'. Stop." when I tried
> to buil
I used eclipse IDE with CDT. I choose "makefile project with existing code"
option and point it to OVS folder where the makefile.am is stored, but the
console said "make: *** No rule to make target 'all'. Stop." when I tried
to build that project.
What should I do to run OVS in eclipse?
Do you hav
OVS isn't very special, any IDE that supports C should work.
On Mon, May 09, 2016 at 08:35:47AM -0700, Dio Vinra wrote:
> I'm sorry sir I mean development tools like Integerated development
> environment (IDE). I need to do some breakpoint on the code of OVS.
> Thank you.
>
> On Monday, 9 May 201
I'm sorry sir I mean development tools like Integerated development
environment (IDE). I need to do some breakpoint on the code of OVS.
Thank you.
On Monday, 9 May 2016, Ben Pfaff wrote:
> On Mon, May 09, 2016 at 03:25:09AM -0700, Dio Vinra wrote:
> > Can anybody point me to some openvswitch dev
On Mon, May 09, 2016 at 03:25:09AM -0700, Dio Vinra wrote:
> Can anybody point me to some openvswitch development tools or unit testing
> tools? Are there any script/tools to facilitate deployment, testing or so?
Some developers use the ovs-dev.py script, from the utilities directory.
> Also, are