konsumer / konsumer/pocketnomad

Issue when running/compiling

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Hello there, and thanks for the piece of software that sounds promising!

I tried to run pio run --upload like suggested in the doc, and here is the error i got:

```
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32-s3-devkitc-1.html
PLATFORM: Espressif 32 (6.7.0) > Espressif ESP32-S3-DevKitC-1-N8 (8 MB QD, No PSRAM)
HARDWARE: ESP32S3 240MHz, 320KB RAM, 8MB Flash
DEBUG: Current (esp-builtin) On-board (esp-builtin) External (cmsis-dap, esp-bridge, 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.20016.0 (2.0.16)
- tool-esptoolpy @ 1.40501.0 (4.5.1)
- tool-mkfatfs @ 2.0.1
- tool-mklittlefs @ 1.203.210628 (2.3)
- tool-mkspiffs @ 2.230.0 (2.30)
- tool-openocd-esp32 @ 2.1100.20220706 (11.0)
- toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
- toolchain-xtensa-esp32s3 @ 8.4.0+2021r2-patch5
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 48 compatible libraries
Scanning dependencies...
Dependency Graph
|-- Crypto @ 0.4.0+sha.984dc89
|-- microStore @ 0.1.6+sha.aa2e1bf
|-- microReticulum @ 0.4.1+sha.47ccaf6
|-- rns-password @ 1.0.0+sha.02d862e
|-- rns-encrypted-store @ 1.0.0+sha.294f64d
|-- M5Cardputer @ 1.1.1
|-- RadioLib @ 6.6.0
|-- SD @ 2.0.0
|-- SPI @ 2.0.0
|-- ArduinoJson @ 7.4.3
|-- WiFi @ 2.0.0
Building in release mode
Compiling .pio/build/cardputer/src/main.cpp.o
Compiling .pio/build/cardputer/src/settings.cpp.o
Compiling .pio/build/cardputer/src/ui.cpp.o
Building .pio/build/cardputer/bootloader.bin
src/main.cpp:15:10: fatal error: Reticulum.h: No such file or directory

*******************************************************************
* Looking for Reticulum.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:Reticulum.h"
* Web > https://registry.platformio.org/search?q=header:Reticulum.h
*
*******************************************************************

#include
^~~~~~~~~~~~~
compilation terminated.
*** [.pio/build/cardputer/src/main.cpp.o] Error 1
esptool.py v4.5.1
Creating esp32s3 image...
Merged 1 ELF section
Successfully created esp32s3 image.
src/settings.cpp:2:10: fatal error: network.h: No such file or directory

*****************************************************************
* Looking for network.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:network.h"
* Web > https://registry.platformio.org/search?q=header:network.h
*
*****************************************************************

#include "network.h"
^~~~~~~~~~~
compilation terminated.
*** [.pio/build/cardputer/src/settings.cpp.o] Error 1
============================================================================================ [FAILED] Took 19.60 seconds ============================================================================================
```

Do you have an idea of what i could be attempting to try and fix that?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing `pio run --upload` and inspect the include failures in `src/main.cpp` and `src/settings.cpp`, alongside the dependency graph shown in the report. Done means the missing `Reticulum.h` and `network.h` errors are resolved and the Cardputer build completes successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
embedded-iot
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.