Make Error with New RPi B V1.2

Hi,

I am getting error whenever I am trying to call make command in Rpi. I am using Rpi B V1.2 and Image downloaded from Decawave. Is there anything am I missing.

Does any one getting same problem…!!!

root@raspberrypi:/home/pi/Desktop/Gateway/dwm1001_host_api/examples/ex3_les_1Host# make

arm-linux-gnueabihf-gcc -g -o test_les test_les.c …/test_util/test_util.c …/…/dwm_driver/dwm_api/dwm_api.c …/…/platform/rpi/hal/hal.c …/…/platform/rpi/hal/hal_log.c …/…/platform/rpi/hal/hal_gpio.c …/…/dwm_driver/lmh/lmh.c …/…/platform/rpi/hal/hal_uart.c …/…/dwm_driver/lmh/lmh_uartrx.c -l bcm2835 -Wall -pthread -lwiringPi -DINTERFACE_NUMBER=0 -DHAL_LOG_ENABLED=1 -I…/…/include -I…/…/dwm_driver -I…/…/platform/rpi/hal -I…/…/dwm_driver/lmh -I…/…/dwm_driver/dwm_api

/usr/bin/ld: cannot find -lbcm2835

collect2: error: ld returned 1 exit status

…/…/include/dwm1001.mak:106: recipe for target ‘exe’ failed

make: *** [exe] Error 1

Same RPi was used with Earlier PANS release.

Thanks,
Nav

Hi Nav,

You must install this library :

lbcm2835

Thank you,
Yves

Thanks Yves. It worked.

Nav