Skip to content

Error Compiling #6

@CentauriDK

Description

@CentauriDK

Do some of the lib_deps need to be a specific older version.
Becuase i just get a lot of erros when trying to compile the project.

src/esp_event_legacy.h:37:31: error: 'SYSTEM_EVENT_WIFI_READY' conflicts with a previous declaration
src/esp_event_legacy.h:38:5: error: 'SYSTEM_EVENT_SCAN_DONE' conflicts with a previous declaration
src/esp_event_legacy.h:39:5: error: 'SYSTEM_EVENT_STA_START' conflicts with a previous declaration
src/esp_event_legacy.h:40:5: error: 'SYSTEM_EVENT_STA_STOP' conflicts with a previous declaration
src/esp_event_legacy.h:41:5: error: 'SYSTEM_EVENT_STA_CONNECTED' conflicts with a previous declaration
src/esp_event_legacy.h:42:5: error: 'SYSTEM_EVENT_STA_DISCONNECTED' conflicts with a previous declaration
src/esp_event_legacy.h:43:5: error: 'SYSTEM_EVENT_STA_AUTHMODE_CHANGE' conflicts with a previous declaration
src/esp_event_legacy.h:44:5: error: 'SYSTEM_EVENT_STA_GOT_IP' conflicts with a previous declaration
src/esp_event_legacy.h:45:5: error: 'SYSTEM_EVENT_STA_LOST_IP' conflicts with a previous declaration
src/esp_event_legacy.h:46:5: error: 'SYSTEM_EVENT_STA_WPS_ER_SUCCESS' conflicts with a previous declaration
src/esp_event_legacy.h:47:5: error: 'SYSTEM_EVENT_STA_WPS_ER_FAILED' conflicts with a previous declaration

Compiling .pio\build\ethernet-LILYGO-debug\lib230\AsyncMqttClient\AsyncMqttClient\Packets\Out\Disconn.cpp.o
src/esp_event_legacy.h:64:3: error: conflicting declaration 'typedef enum system_event_id_t system_event_id_t'

src/wsResponses.esp:180:48: error: conversion from 'const char*' to 'IPAddress' is ambiguous
src/wsResponses.esp:180:36: error: invalid conversion from 'const char*' to 'const uint8_t*' {aka 'const unsigned char*'} [-fpermissive]
src/wsResponses.esp:180:36: error: invalid conversion from 'const char*' to 'uint32_t' {aka 'unsigned int'} [-fpermissive]
src/rfid.esp:76:21: error: no match for 'operator==' (operand types are 'const char*' and 'String')
src/ethernet.esp:58:12: error: 'class ETHClass' has no member named 'connected'
src/ethernet.esp:116:11: error: 'class ETHClass' has no member named 'connected'
src/ethernet.esp:119:11: error: 'class ETHClass' has no member named 'connected'
src/ethernet.esp:124:10: error: 'class ETHClass' has no member named 'connected'
src/ethernet.esp:31:24: error: invalid conversion from 'int' to 'eth_phy_type_t' [-fpermissive]
src/ethernet.esp:31:24: error: invalid conversion from 'int' to 'eth_phy_type_t' [-fpermissive]

Compiling .pio\build\ethernet-LILYGO-debug\lib352\Wiegand-NG-Multi-Bit-Wiegand-Library-for-Arduino\WiegandNG.cpp.o
*** [.pio\build\ethernet-LILYGO-debug\src\main.cpp.o] Error 1

wifi FAILED 00:00:07.440
wifi-debug FAILED 00:00:22.436
wifi-APWIKOGER FAILED 00:00:21.394
wifi-APWIKOGER-debug FAILED 00:00:21.180
ethernet-DTWONDER FAILED 00:00:21.871
ethernet-DTWONDER-debug FAILED 00:00:23.986
ethernet-DTWONDER-16M FAILED 00:00:22.252
ethernet-DTWONDER-16M-debug FAILED 00:00:21.223
ethernet-LILYGO FAILED 00:00:21.255
ethernet-LILYGO-debug FAILED 00:00:23.065

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions