Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-19 Thread otroan
> On 19 Mar 2017, at 05:03, Burt Silverman wrote: > > I may have found it. Install python2-rpm-macros from yum. Also install > python-rpm-macros. It's looking good. > > Hopefully Ed or Ole can make sure those are part of the install-deps: unlike > some other things, these are not so easy to

Re: [vpp-dev] Make pkg-rpm seems to be failing...

2017-03-19 Thread Burt Silverman
Ugh, I made a terrible bone head mistake... Possibly I never ran make install-dep. Even if I had, I was unaware that it is a good idea to run it again, just to be sure, in a case like this. I probably thought it was like make bootstrap, where running a 2nd time doesn't help. Apologies to Ed and Ole

Re: [vpp-dev] problems in mips32

2017-03-19 Thread 薛欣颖
According to your suggestion,I re-write "clib_calljmp" in longjmp.S,and it also passes test_longjmp.c;but it doesn't work in vpp, still segmentation fault when excute a system call. At last time, I saving return address(ra) and old stack-pointer(old sp) in register s6 and s7, this time I save