esp32-ogn-tracker icon indicating copy to clipboard operation
esp32-ogn-tracker copied to clipboard

error at compile (hal.cpp)

Open manuelmunozjgit opened this issue 1 year ago • 4 comments

Hi Pavel, I'm newbie with ogn tracker.

I'm using latest espidf framework and i'm getting some warnings and the following error at build step:

/root/esp32-ogn-tracker/main/hal.cpp: In function 'void IO_Configuration()': /root/esp32-ogn-tracker/main/hal.cpp:1610:3: error: 'uart_set_rx_full_threshold' was not declared in this scope uart_set_rx_full_threshold(GPS_UART, 24); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /root/esp32-ogn-tracker/main/hal.cpp:1610:3: note: suggested alternative: 'uart_set_wakeup_threshold' uart_set_rx_full_threshold(GPS_UART, 24); ^~~~~~~~~~~~~~~~~~~~~~~~~~ uart_set_wakeup_threshold /root/esp32-ogn-tracker/main/hal.cpp:1646:3: warning: missing initializer for member 'i2c_config_t::' [-Wmissing-field-initializers]

Regards Manuel

manuelmunozjgit avatar Aug 06 '23 04:08 manuelmunozjgit

Please send all of your error logs, and try to change the CMakeLists.txt in the main folder to:

idf_component_register(SRCS "aero.cpp"
							"aes.c"
							"ap.cpp"
							"aprs.cpp"
							"atmosphere.cpp"
							"bitcount.cpp"
							"bt.cpp"
							"cmac.c"
							"cmacutil.c"
							"ctrl.cpp"
							"disp.cpp"
							"disp_lcd.cpp"
							"disp_oled.cpp"
							"format.cpp"
							"gdl90.cpp"
							"gps.cpp"
							"hal.cpp"
							"http.cpp"
							"imu.cpp"
							"intmath.cpp"
							"knob.cpp"
							"ldpc.cpp"
							"log.cpp"
							"LoRaMacCrypto.c"
							"main.cpp"
							"nmea.cpp"
							"ognconv.cpp"
							"proc.cpp"
							"rf.cpp"
							"sdlog.cpp"
							"sens.cpp"
							"st7789.cpp"
							"stratux.cpp"
							"timesync.cpp"
							"wifi.cpp"
						EMBED_FILES "OGN_logo_240x240.jpg"
                       INCLUDE_DIRS "."
					   INCLUDE_DIRS "../components")

animevietsub avatar Aug 06 '23 05:08 animevietsub

Manuel, The main issue is with the ESPIDF framework/toolbox, keeping up with the latest version is a pain on the a** I am using the toolchain version esp-2020r2 with no problems. Cheers. AC/.

On Sun, Aug 6, 2023 at 7:43 AM Electronic Cat @.***> wrote:

Please send all of your error logs, and try to change the CMakeLists.txt in the main folder to:

idf_component_register(SRCS "aero.cpp" "aes.c" "ap.cpp" "aprs.cpp" "atmosphere.cpp" "bitcount.cpp" "bt.cpp" "cmac.c" "cmacutil.c" "ctrl.cpp" "disp.cpp" "disp_lcd.cpp" "disp_oled.cpp" "format.cpp" "gdl90.cpp" "gps.cpp" "hal.cpp" "http.cpp" "imu.cpp" "intmath.cpp" "knob.cpp" "ldpc.cpp" "log.cpp" "LoRaMacCrypto.c" "main.cpp" "nmea.cpp" "ognconv.cpp" "proc.cpp" "rf.cpp" "sdlog.cpp" "sens.cpp" "st7789.cpp" "stratux.cpp" "timesync.cpp" "wifi.cpp" EMBED_FILES "OGN_logo_240x240.jpg" INCLUDE_DIRS "." INCLUDE_DIRS "../components")

— Reply to this email directly, view it on GitHub https://github.com/pjalocha/esp32-ogn-tracker/issues/55#issuecomment-1666728579, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6DYZ7QCD6OAOMWYXSMH7LXT4VHBANCNFSM6AAAAAA3FVBXPE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- AC/. @.***

acasadoalonso avatar Aug 06 '23 08:08 acasadoalonso

Gracias Alonso ! regards Manuel

manuelmunozjgit avatar Aug 07 '23 19:08 manuelmunozjgit

Manuel, The main issue is with the ESPIDF framework/toolbox, keeping up with the latest version is a pain on the a** I am using the toolchain version esp-2020r2 with no problems. Cheers. AC/. On Sun, Aug 6, 2023 at 7:43 AM Electronic Cat @.> wrote: Please send all of your error logs, and try to change the CMakeLists.txt in the main folder to: idf_component_register(SRCS "aero.cpp" "aes.c" "ap.cpp" "aprs.cpp" "atmosphere.cpp" "bitcount.cpp" "bt.cpp" "cmac.c" "cmacutil.c" "ctrl.cpp" "disp.cpp" "disp_lcd.cpp" "disp_oled.cpp" "format.cpp" "gdl90.cpp" "gps.cpp" "hal.cpp" "http.cpp" "imu.cpp" "intmath.cpp" "knob.cpp" "ldpc.cpp" "log.cpp" "LoRaMacCrypto.c" "main.cpp" "nmea.cpp" "ognconv.cpp" "proc.cpp" "rf.cpp" "sdlog.cpp" "sens.cpp" "st7789.cpp" "stratux.cpp" "timesync.cpp" "wifi.cpp" EMBED_FILES "OGN_logo_240x240.jpg" INCLUDE_DIRS "." INCLUDE_DIRS "../components") — Reply to this email directly, view it on GitHub <#55 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB6DYZ7QCD6OAOMWYXSMH7LXT4VHBANCNFSM6AAAAAA3FVBXPE . You are receiving this because you are subscribed to this thread.Message ID: @.> -- AC/. @.***

gracias Alonso.

manuelmunozjgit avatar Aug 07 '23 19:08 manuelmunozjgit