[oi-dev] Broadcom BCM4312 wireless on OpenIndiana 64-bit

Jim Klimov jimklimov at cos.ru
Sun Mar 17 00:42:29 UTC 2013


On 2013-03-17 01:06, Jim Klimov wrote:
> Hello Jean-Pierre,
>
>    I tried your fix and it seems mostly correct - I applied the patch to
> a freshly untarred source that you published a couple of days ago, and
> the resulting ndiscvt binary built under OI 151a7 succeeded to make a
> driver.s file. However, it doesn't work fully, so the compilation of
> "ndis" target failed. Build log attached.


Apparently, the code which created the assembly text forgot to add
newlines before leaq instructions. I added them manually, and the
overall build fails at a bit later step now:

/opt/onbld/bin/i386/ctfconvert -g -l NDISWRAPPER driver.o
ERROR: ctfconvert: file does not contain dwarf type data (try compiling 
with -g)
Removing driver.o
gmake: *** [ndis] Error 1


I did try to add "-g" to the driver.o build instruction, but got the
same error.

//Jim




More information about the oi-dev mailing list