From: Lonnie A. <li...@lo...> - 2017-06-02 21:43:13
|
Hi Luigi, Good you got it working without 'rhino' enabled. I made a change to rhino.mk in the build system, Revision: 8368 https://sourceforge.net/p/astlinux/code/8368 If you have a chance, "svn up" and "make rhino" and see if the fix solves your problem. Lonnie On Jun 2, 2017, at 2:58 PM, Luigi Porto <ope...@gm...> wrote: > > > 2017-06-02 18:06 GMT+02:00 Lonnie Abelbeck <li...@lo...>: > Hi Luigi, > > It is the "rhino" package that is failing for you, but interestingly it works for me: > -- > Making firmware object file for GpakDsp.fw > LD [M] /home/dev/astlinux/1.0/output/build/rhino-linux-0.99.7/drivers/rhino/rxt1/rxt1.o > Building modules, stage 2. > MODPOST 3 modules > -- > > Quick fix is you can disable "rhino" in your .config, ex. "# BR2_PACKAGE_RHINO is not set" > > Possibly we need to set LD in the makefile ... > > I'll look into this. Thanks for the report ! > > Lonnie > > > Hello Lonnie, thank you for the reply. > > Recap: > > 1. I've also tried with a VM Debian, same problem. > 2. RHINO commented in .config . > 3. Rebuild, all done! > 4. wget cisco-usecallmanager-13.15.0.patch in package/asterisk/ > 5. renaming cisco-usecallmanager-13.15.0.patch in asterisk-13-cisco-usecallmanager-13.15.0.patch > 6. In asterisk.mk version changed from 13.15.1 to 13.15.0 > > 1st little trouble: asterisk-13-cisco-usecallmanager-13.15.0.patch and asterisk-13-extension-changed-verbosity-chan_sip.patch collide in build process, at the moment i renamed asterisk-13-extension-changed-verbosity-chan_sip.patch.NOPATCH, all done. |