pvvx
Пытаюсь собрать UBIA для BLE
устанавливаю
// Project type:
#define USE_BLE 1
#define USE_USB_CDC 0
#define USE_I2C_DEV 1
#define USE_SPI_DEV 0
#define USE_ADC_DEV 0
#define USE_DAC_DEV 1
#define USE_HX711 0
#define USE_UART_DEV 1
-------------------
получаю ошибку
-----------------
../source/cmd_decode.c:73:27: error: 'SPP_Server2Client_INPUT_DP_H' undeclared (first use in this function)
tc32-elf-gcc -ffunction-sections -fdata-sections -I"D:\wk2022\my_ble_usb_i2c_adc\include" -I"D:\wk2022\tl_pvvx_ble_sdk" -D__PROJECT_8266_MYMODULE__=1 -DBOARD=BOARD_JDY_10 -Wall -O2 -fpack-struct -fshort-enums -finline-small-functions -std=gnu99 -funsigned-char -funsigned-bitfields -fshort-wchar -fms-extensions -fdata-sections -ffunction-sections -c -o"sdk/proj/mcu_spec/gpio_8266.o" "D:/wk2022/tl_pvvx_ble_sdk/proj/mcu_spec/gpio_8266.c"
../source/cmd_decode.c:73:27: note: each undeclared identifier is reported only once for each function it appears in
Invoking: TC32 Compiler
../source/ble.c: In function 'main_ble_loop':
../source/ble.c:660:36: error: 'SPP_Server2Client_INPUT_DP_H' undeclared (first use in this function)
-----------------------
подскажите, что не так.
Спасибо
Пытаюсь собрать UBIA для BLE
устанавливаю
// Project type:
#define USE_BLE 1
#define USE_USB_CDC 0
#define USE_I2C_DEV 1
#define USE_SPI_DEV 0
#define USE_ADC_DEV 0
#define USE_DAC_DEV 1
#define USE_HX711 0
#define USE_UART_DEV 1
-------------------
получаю ошибку
-----------------
../source/cmd_decode.c:73:27: error: 'SPP_Server2Client_INPUT_DP_H' undeclared (first use in this function)
tc32-elf-gcc -ffunction-sections -fdata-sections -I"D:\wk2022\my_ble_usb_i2c_adc\include" -I"D:\wk2022\tl_pvvx_ble_sdk" -D__PROJECT_8266_MYMODULE__=1 -DBOARD=BOARD_JDY_10 -Wall -O2 -fpack-struct -fshort-enums -finline-small-functions -std=gnu99 -funsigned-char -funsigned-bitfields -fshort-wchar -fms-extensions -fdata-sections -ffunction-sections -c -o"sdk/proj/mcu_spec/gpio_8266.o" "D:/wk2022/tl_pvvx_ble_sdk/proj/mcu_spec/gpio_8266.c"
../source/cmd_decode.c:73:27: note: each undeclared identifier is reported only once for each function it appears in
Invoking: TC32 Compiler
../source/ble.c: In function 'main_ble_loop':
../source/ble.c:660:36: error: 'SPP_Server2Client_INPUT_DP_H' undeclared (first use in this function)
-----------------------
подскажите, что не так.
Спасибо