greatscottgadgets / libbtbb

A Bluetooth baseband decoding library
GNU General Public License v2.0
184 stars 88 forks source link

Build error bluetooth_rxtx #22

Closed SergeyPoltavtsev closed 9 years ago

SergeyPoltavtsev commented 9 years ago

Hi,

I am trying to build firmware manually because of this issue (https://github.com/greatscottgadgets/ubertooth/issues/55) and I am getting following errors:

/usr/lib/gcc/arm-none-eabi/4.8.2/../../../arm-none-eabi/bin/ld: cannot find -lstdc++ /usr/lib/gcc/arm-none-eabi/4.8.2/../../../arm-none-eabi/bin/ld: cannot find -lsupc++ collect2: error: ld returned 1 exit status make: *\ [bluetooth_rxtx.elf] Error 1

Any suggestions?

mikeryan commented 9 years ago

This is not a libbtbb issue, and this is thus the incorrect tracker to post it in.

That said, are you attempting to build bluetooth_rxtx directly or are you building the entire firmware tree? You should be able to build just bluetooth_rxtx and that should not require libstdc++

SergeyPoltavtsev commented 9 years ago

I am trying to build to build only bluetooth_rxtx. I successfully build it on mac but it did not solve problem with freezing. And still can`t build it on ubuntu (14.04 32bit)

SergeyPoltavtsev commented 9 years ago

Finally, solved problem with hold using patch in this thread https://github.com/greatscottgadgets/ubertooth/issues/15