~/$tar zxvf bcm963xx_4.02L.03_data_full_release.tar.gz
~/bcm963XX$./bcminstall
If you have an error like this:
read: 2: Illegal option -n
Please link /bin/bash to /bin/sh
~/bcm963XX$sudo mv /bin/sh /bin/sh.old
~/bcm963XX$sudo ln -s /bin/bash /bin/sh
and try it again.
~/bcm963XX$cd source
~/bcm963XX/source$make PROFILE=96368GW
If your kernel is 64bits, and you got an error like this:
/usr/include/gnu/stubs-32.h: No such file or directory
Please install libc6-dev-i386
~/bcm963XX$sudo apt-get install libc6-dev-i386
and try it again.
If you have an error like this:
./mkversion.sh: 21: Bad substitution
Comment bcm963XX/source/bcmdrivers/broadcom/net/wl/impl5/wps/mkversion.sh line 21,22,25
and try it again.
It's not a final solution,this is about cvs tag issue,
but i don't find out the final solution yet.
If you have an error like this:
faked.c:(.text+0x202): undefined reference to `msg_get'
- 4月 10 週六 201002:16
BCM 96368 Cross-compile environment note
文章標籤
全站熱搜

How to solve the last problem?? " If you have an error like this: faked.c:(.text+0x202): undefined reference to `msg_get' " Do you solve it ?