Re: [vpp-dev] Build error when trying to cross-compile vpp

2017-12-05 Thread nikhil ap
this error: checking for vppapigen... no configure: error: Externaly built vppapigen is needed when cross-compiling... Makefile:635: recipe for target 'tools-configure' failed make[1]: *** [tools-configure] Error 1 What is the issue? On Tue, Dec 5, 2017 at 3:55 PM, nikhil ap <niks3...@gmail.

Re: [vpp-dev] Build error when trying to cross-compile vpp

2017-12-07 Thread nikhil ap
ach) <dbar...@cisco.com> wrote: > See also “bootstrap.sh...” > > > > $ make V=0 is_build_tool=yes tools-install > > > > Thanks… Dave > > > > *From:* nikhil ap [mailto:niks3...@gmail.com] > *Sent:* Tuesday, December 5, 2017 9:11 AM > *To:* Dave Barach

[vpp-dev] Build error when trying to cross-compile vpp

2017-12-05 Thread nikhil ap
Hi All, I am trying to cross-compile vpp. The make doesn't expose a way to pass the --host parameter required to configure and build using cross compilation. Initially, I did the following: CC=x86_64-rumprun-netbsd-gcc make bootstrap, but I saw the following error *If you meant to cross

Re: [vpp-dev] Build error when trying to cross-compile vpp

2017-12-10 Thread nikhil ap
p of your workspace: > > > > $ make bootstrap > > $ make PLATFORM= build > > > > That’s the “supported, plan-A” scheme. If it doesn’t work, please let us > know. > > > > If you specify PLATFORM when building host tools (i.e. vppapigen), it > w

Re: [vpp-dev] Build error when trying to cross-compile vpp

2017-12-05 Thread nikhil ap
t; > > > All of the mechanisms are there to do interesting things, but since we > seldom do those things anymore you can expect a certain amount of trouble. > > > > Thanks… Dave > > > > *From:* vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] *On >