cargabsj175 / openwrt-on-dir-320-b1

Automatically exported from code.google.com/p/openwrt-on-dir-320-b1
0 stars 0 forks source link

uqmi - new small QMI-support modem manager #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

xakep666, look for this - http://nbd.name/gitweb.cgi?p=uqmi.git;a=summary  git 
copy is  git://nbd.name/uqmi.git
and this -  http://code.google.com/p/wl500g/source/detail?r=4878 ( and the next 
issues) 
- lly.dev from wl500gp had adapted this utile for asus alternative firmware 
with my possible helping. but. When I' tried to compile it for openwrt I'v got 
the problem with static link. Summary:
- lly.dev has made adapted src
- the main change - is including libubox src to uqmi src and compiling it as 
static, but not shear library.
- The problem with compilation is
Clibc-0.9.33.2/usr/lib 
-L/home/rusink/OpenWRT_Lanedo_MM/lanedo-openwrt/staging_dir/toolchain-mipsel_r2_
gcc-4.6-linaro_uClibc-0.9.33.2/lib  -Wl,--gc-sections -Llibubox -Wl,-Bstatic 
-lubox -Wl,-Bdynamic
/home/rusink/OpenWRT_Lanedo_MM/lanedo-openwrt/staging_dir/toolchain-mipsel_r2_gc
c-4.6-linaro_uClibc-0.9.33.2/lib/gcc/mipsel-openwrt-linux-uclibc/4.6.4/../../../
../mipsel-openwrt-linux-uclibc/bin/ld: skipping incompatible libubox/libubox.a 
when searching for -lubox
/home/rusink/OpenWRT_Lanedo_MM/lanedo-openwrt/staging_dir/toolchain-mipsel_r2_gc
c-4.6-linaro_uClibc-0.9.33.2/lib/gcc/mipsel-openwrt-linux-uclibc/4.6.4/../../../
../mipsel-openwrt-linux-uclibc/bin/ld: cannot find -lubox

 When I add static library 'libubox.a' to Makefile?, I've got another mistakes 
the main of them - missed some functions declare. Could you try to compile it & 
test. My Makefile I can post here if needs.  

1. try to compile this program manager - uqmi -  
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by rzrusink on 8 Mar 2013 at 5:31

GoogleCodeExporter commented 8 years ago
The main problem (I think) is missing Build/Install-dev directive in libubox 
makefile. Please provide makefile for uqmi, I will try to fix it and compile 
package.

Original comment by xakep6...@gmail.com on 8 Mar 2013 at 6:46

GoogleCodeExporter commented 8 years ago
Well, I've send it to e-mail.

Original comment by rzrusink on 9 Mar 2013 at 4:36

GoogleCodeExporter commented 8 years ago
I've added uqmi and changed 4G-scripts. Now we can usw uqmi instead of libqmi 
and its heavy dependences, like glib2.

Original comment by rzrusink on 12 Mar 2013 at 8:35

GoogleCodeExporter commented 8 years ago
Now in feeds

Original comment by xakep6...@gmail.com on 13 Mar 2013 at 6:46