下载AM335xBluetopiaLinuxProduction-4.0.3.0.1.0后 ,
修改了setup-bt 的
# Path to local toolchain installation export TOOLCHAIN_PATH=~/ti-processor-sdk-linux-am335x-evm-03.02.00.05/linux-devkit/sysroots/ # Path to SDK compiled kernel export KERNEL_PATH=~/ti-processor-sdk-linux-am335x-evm-03.02.00.05/board-support/linux-4.4.32+gitAUTOINC+adde2ca9f8-gadde2ca9f8/
修改其中的build/proj toochain-defs.mak文件中的
TOOLCHAIN_PATH_NATIVE=$(TOOLCHAIN_PATH)/x86_64-arago-linux/ TOOLCHAIN_PATH_TARGET=$(TOOLCHAIN_PATH)/armv7ahf-neon-linux-gnueabi/
在build目录下make出现:
LinuxHFRM_AG.c:(.text+0x4bcc): undefined reference to `PM_VS_DisableWBS'
LinuxHFRM_AG.c:(.text+0x5c48): undefined reference to `PM_VS_EnableWBS'
collect2: error: ld returned 1 exit status
make: *** [../BluetopiaPM/bin/LinuxHFRM_AG] Error 1
此错误是否和上面的路径有关??
求大神解答