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

Install script trying to compile my SSID as a path?? #8

Closed
thonkinator opened this issue Jan 14, 2024 · 1 comment
Closed

Install script trying to compile my SSID as a path?? #8

thonkinator opened this issue Jan 14, 2024 · 1 comment

Comments

@thonkinator
Copy link

I ran this in my terminal, replaced from the README (not my actual details of course, my SSID is my address):

TIDBYT_WIFI_SSID='47 Octocat Lane #12' \
TIDBYT_WIFI_PASSWORD='opensourcerocks' \
TIDBYT_REMOTE_URL='http://10.66.2.59:8080/api/v1/preview.webp' \
pio run --environment tidbyt --target upload

But then the build failed with this error:

Auto-detected: /dev/cu.Bluetooth-Incoming-Port
Compiling .pio/build/tidbyt/src/display.o
xtensa-esp32-elf-g++: error: Octocat: No such file or directory
xtensa-esp32-elf-g++: error: Lane: No such file or directory
xtensa-esp32-elf-g++: fatal error: no input files
compilation terminated.
Compiling .pio/build/tidbyt/src/flash.o
xtensa-esp32-elf-gcc: error: Octocat: No such file or directory
xtensa-esp32-elf-gcc: error: Lane: No such file or directory
xtensa-esp32-elf-gcc: fatal error: no input files
compilation terminated.
Compiling .pio/build/tidbyt/src/gfx.o
Compiling .pio/build/tidbyt/src/main.o
xtensa-esp32-elf-gcc: error: Octocat: No such file or directory
xtensa-esp32-elf-gcc: error: Lane: No such file or directory
xtensa-esp32-elf-gcc: fatal error: no input files
compilation terminated.
xtensa-esp32-elf-gcc: error: Octocat: No such file or directory
xtensa-esp32-elf-gcc: error: Lane: No such file or directory
xtensa-esp32-elf-gcc: fatal error: no input files
compilation terminated.
Compiling .pio/build/tidbyt/src/remote.o
xtensa-esp32-elf-gcc: error: Octocat: No such file or directory
xtensa-esp32-elf-gcc: error: Lane: No such file or directory
xtensa-esp32-elf-gcc: fatal error: no input files
compilation terminated.
Compiling .pio/build/tidbyt/src/wifi.o
xtensa-esp32-elf-gcc: error: Octocat: No such file or directory
xtensa-esp32-elf-gcc: error: Lane: No such file or directory
xtensa-esp32-elf-gcc: fatal error: no input files
compilation terminated.
Compiling .pio/build/tidbyt/app_trace/app_trace.o
*** [.pio/build/tidbyt/src/display.o] Error 1
*** [.pio/build/tidbyt/src/flash.o] Error 1
*** [.pio/build/tidbyt/src/gfx.o] Error 1
*** [.pio/build/tidbyt/src/main.o] Error 1
*** [.pio/build/tidbyt/src/remote.o] Error 1
*** [.pio/build/tidbyt/src/wifi.o] Error 1
Compiling .pio/build/tidbyt/app_trace/app_trace_util.o
xtensa-esp32-elf-gcc: error: Octocat: No such file or directory
xtensa-esp32-elf-gcc: error: Lane: No such file or directory
xtensa-esp32-elf-gcc: fatal error: no input files
compilation terminated.
*** [.pio/build/tidbyt/app_trace/app_trace.o] Error 1
xtensa-esp32-elf-gcc: error: Octocat: No such file or directory
xtensa-esp32-elf-gcc: error: Lane: No such file or directory
xtensa-esp32-elf-gcc: fatal error: no input files
compilation terminated.
*** [.pio/build/tidbyt/app_trace/app_trace_util.o] Error 1
================================================ [FAILED] Took 3.53 seconds ================================================

Why is it trying to compile my SSID as a path?

@thonkinator
Copy link
Author

Adding backslashes to the SSID in front of the spaces gets it to compile, but then I get A fatal error occurred: Failed to connect to ESP32: No serial data received.

@thonkinator thonkinator closed this as not planned Won't fix, can't repro, duplicate, stale Jul 23, 2024
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

1 participant