Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilliert mit Fehlern. #49

Closed
do2bbc opened this issue Jan 7, 2022 · 2 comments
Closed

Compilliert mit Fehlern. #49

do2bbc opened this issue Jan 7, 2022 · 2 comments

Comments

@do2bbc
Copy link

do2bbc commented Jan 7, 2022

Hallo zusammen,

bei mir Compilliert der Tracker nicht siehe log. Das I-Gate compilliert ohne probleme.

Was habe ich falsch gemacht?

Vielen Dank für die Hilfe.

73 de DO2BBC

Executing task: C:\Users\dbw40.platformio\penv\Scripts\platformio.exe run --environment ttgo-t-beam-v1 <

Processing ttgo-t-beam-v1 (board: ttgo-t-beam; platform: espressif32 @ 3.0.0; framework: arduino)
--------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via -v, --verbose option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/ttgo-t-beam.html
PLATFORM: Espressif 32 (3.0.0) > TTGO T-Beam
HARDWARE: ESP32 240MHz, 1.25MB RAM, 4MB Flash
DEBUG: Current (esp-prog) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
PACKAGES:

  • framework-arduinoespressif32 3.10004.210126 (1.0.4)
  • tool-esptoolpy 1.30000.201119 (3.0.0)
  • toolchain-xtensa32 2.50200.97 (5.2.0)
    LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
    LDF Modes: Finder ~ deep+, Compatibility ~ soft
    Found 39 compatible libraries
    Scanning dependencies...
    Dependency Graph
    |-- 1.7.5
    | |-- 1.0
    |-- 2.4.0
    | |-- 1.7.5
    | | |-- 1.0
    | |-- 1.0
    | |-- 1.0.1
    |-- 6.17.0
    |-- <AXP202X_Library> 1.1.2
    | |-- 1.0.1
    |-- 0.7.2
    | |-- 1.0
    |-- 0.0.5
    |-- 1.0.2
    |-- 1.6.1
    |-- 1.5.0
    |-- 0.0.1
    |-- 1.0
    |-- 1.0
    |-- 1.0.1
    |-- 1.0
    | |-- 1.0
    |-- 1.0
    Building in release mode
    Compiling .pio\build\ttgo-t-beam-v1\src\BeaconManager.cpp.o
    Compiling .pio\build\ttgo-t-beam-v1\src\LoRa_APRS_Tracker.cpp.o
    In file included from C:/Users/dbw40/.platformio/packages/[email protected]/tools/sdk/include/freertos/freertos/FreeRTOSConfig.h:120:0,
    from C:/Users/dbw40/.platformio/packages/[email protected]/tools/sdk/include/freertos/freertos/FreeRTOS.h:99,
    from C:/Users/dbw40/.platformio/packages/[email protected]/cores/esp32/Arduino.h:32,
    from .pio/libdeps/ttgo-t-beam-v1/APRS-Decoder-Lib/src/APRSMessage.h:4,
    from .pio/libdeps/ttgo-t-beam-v1/APRS-Decoder-Lib/src/APRS-Decoder.h:4,
    from src/LoRa_APRS_Tracker.cpp:1:
    C:/Users/dbw40/.platformio/packages/[email protected]/tools/sdk/include/esp32/rom/ets_sys.h:21:21: fatal error: soc/soc.h: No such file or directory
    compilation terminated.
    Compiling .pio\build\ttgo-t-beam-v1\src\configuration.cpp.o
    Compiling .pio\build\ttgo-t-beam-v1\src\display.cpp.o
    *** [.pio\build\ttgo-t-beam-v1\src\LoRa_APRS_Tracker.cpp.o] Error 1
    In file included from C:/Users/dbw40/.platformio/packages/[email protected]/tools/sdk/include/freertos/freertos/FreeRTOSConfig.h:120:0,
    from C:/Users/dbw40/.platformio/packages/[email protected]/tools/sdk/include/freertos/freertos/FreeRTOS.h:99,
    from C:/Users/dbw40/.platformio/packages/[email protected]/cores/esp32/Arduino.h:32,
    from src/configuration.h:7,
    from src/BeaconManager.h:4,
    from src/BeaconManager.cpp:1:
    C:/Users/dbw40/.platformio/packages/[email protected]/tools/sdk/include/esp32/rom/ets_sys.h:21:21: fatal error: soc/soc.h: No such file or directory
    compilation terminated.
    *** [.pio\build\ttgo-t-beam-v1\src\BeaconManager.cpp.o] Error 1
    In file included from C:/Users/dbw40/.platformio/packages/[email protected]/tools/sdk/include/freertos/freertos/FreeRTOSConfig.h:120:0,
    from C:/Users/dbw40/.platformio/packages/[email protected]/tools/sdk/include/freertos/freertos/FreeRTOS.h:99,
    from C:/Users/dbw40/.platformio/packages/[email protected]/cores/esp32/Arduino.h:32,
    from .pio/libdeps/ttgo-t-beam-v1/Adafruit GFX Library/Adafruit_GFX.h:5,
    from src/display.cpp:2:
    C:/Users/dbw40/.platformio/packages/[email protected]/tools/sdk/include/esp32/rom/ets_sys.h:21:21: fatal error: soc/soc.h: No such file or directory
    compilation terminated.
    *** [.pio\build\ttgo-t-beam-v1\src\display.cpp.o] Error 1
    In file included from C:/Users/dbw40/.platformio/packages/[email protected]/tools/sdk/include/freertos/freertos/FreeRTOSConfig.h:120:0,
    from C:/Users/dbw40/.platformio/packages/[email protected]/tools/sdk/include/freertos/freertos/FreeRTOS.h:99,
    from C:/Users/dbw40/.platformio/packages/[email protected]/cores/esp32/Arduino.h:32,
    from C:/Users/dbw40/.platformio/packages/[email protected]/libraries/FS/src/FS.h:25,
    from C:/Users/dbw40/.platformio/packages/[email protected]/libraries/SPIFFS/src/SPIFFS.h:17,
    from src/configuration.cpp:1:
    C:/Users/dbw40/.platformio/packages/[email protected]/tools/sdk/include/esp32/rom/ets_sys.h:21:21: fatal error: soc/soc.h: No such file or directory
    compilation terminated.
    *** [.pio\build\ttgo-t-beam-v1\src\configuration.cpp.o] Error 1
    ========================================================== [FAILED] Took 10.67 seconds ==========================================================

Environment Status Duration


ttgo-t-beam-v1 FAILED 00:00:10.674
===================================================== 1 failed, 0 succeeded in 00:00:10.674 =====================================================
Der Terminalprozess "C:\Users\dbw40.platformio\penv\Scripts\platformio.exe 'run', '--environment', 'ttgo-t-beam-v1'" wurde mit folgendem Exitcode beendet: 1.

Das Terminal wird von Aufgaben wiederverwendet, drücken Sie zum Schließen eine beliebige Taste.

@peterus
Copy link
Member

peterus commented Jan 21, 2022

ist das noch immer so? schaut nach einem fehler bei der installation aus.
lösche mal diesen Ordner: C:/Users/dbw40/.platformio/ und probiere es noch einmal.

@do2bbc
Copy link
Author

do2bbc commented Jan 22, 2022

Okay. Habe das ausprobiert und es hat geklappt.
Danke für die Hilfe.

@peterus peterus closed this as completed Jan 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants