phdlee / uvk5cec

Adds various experimental features to the uvk5 radio
Apache License 2.0
321 stars 22 forks source link

ceccommon.h:27:10: fatal error: driver\bk4819.h: No such file or directory #78

Open codernov opened 2 months ago

codernov commented 2 months ago

  alex@mb2   ~/Desktop/uvk5cec    main  v0.2P    make    09:08:39 arm-none-eabi-gcc -Os -mcpu=cortex-m0 -fno-builtin -fshort-enums -fno-delete-null-pointer-checks -std=c11 -MMD -flto=auto -Wextra -DPRINTF_INCLUDE_CONFIG_H -DAUTHOR_STRING=\"KD8CEC_FROM_SOURCE_CODE_EGZUMER\" -DVERSION_STRING=\"CEC_0.1c\" -DENABLE_SPECTRUM -DENABLE_FMRADIO -DENABLE_UART -DENABLE_BIG_FREQ -DENABLE_SMALL_BOLD -DENABLE_VOX -DENABLE_KEEP_MEM_NAME -DENABLE_WIDE_RX -DENABLE_CODE_SCAN_TIMEOUT -DENABLE_AM_FIX -DENABLE_SQUELCH_MORE_SENSITIVE -DENABLE_FASTER_CHANNEL_SCAN -DENABLE_RSSI_BAR -DENABLE_AUDIO_BAR -DENABLE_COPY_CHAN_TO_VFO -DENABLE_SCAN_RANGES -DENABLE_FLASHLIGHT -DENABLE_CUSTOM_MENU_LAYOUT -DENABLE_HAMBAND_TX_CONTROL -I /home/alex/Desktop/uvk5cec -I /home/alex/Desktop/uvk5cec/external/CMSIS_5/CMSIS/Core/Include/ -I /home/alex/Desktop/uvk5cec/external/CMSIS_5/Device/ARM/ARMCM0/Include -c ceccommon.c -o ceccommon.o In file included from ceccommon.c:17: ceccommon.h:27:10: fatal error: driver\bk4819.h: No such file or directory 27 | #include "driver\bk4819.h" | ^~~~~~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:471: ceccommon.o] Error 1   alex@mb2   ~/Desktop/uvk5cec    main  v0.2P   

File is there. But it gives this error. Help me figure this out.

omegatee commented 1 week ago

Try to replace "driver\bk4819.h" by "driver/bk4819.h"