-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbuild_final.txt
More file actions
112 lines (110 loc) · 9.7 KB
/
build_final.txt
File metadata and controls
112 lines (110 loc) · 9.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Processing default (platform: espressif32 @ 6.12.0; board: esp32-c3-devkitm-1; framework: arduino)
--------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
Generated: src\network\html\FilesPageHtml.generated.h
Generated: src\network\html\HomePageHtml.generated.h
Generated: src\network\html\SettingsPageHtml.generated.h
Generated: src\network\html\TextInputPageHtml.generated.h
i18n generation script (no-op)
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32-c3-devkitm-1.html
PLATFORM: Espressif 32 (6.12.0) > Espressif ESP32-C3-DevKitM-1
HARDWARE: ESP32C3 160MHz, 320KB RAM, 16MB Flash
DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-builtin, 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.20017.241212+sha.dcc1105b
- tool-esptoolpy @ 2.40900.250804 (4.9.0)
- toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 60 compatible libraries
Scanning dependencies...
Dependency Graph
|-- ArduinoJson @ 7.4.2
|-- QRCode @ 0.0.1
|-- PNGdec @ 1.1.6
|-- WebSockets @ 2.7.3
|-- NimBLE-Arduino @ 2.3.6
|-- EpdFontLoader
|-- SDCardManager @ 2.0.0
|-- Serialization
|-- Epub
|-- Xtc
|-- GfxRenderer
|-- Txt
|-- HTTPClient @ 2.0.0
|-- SPIFFS @ 2.0.0
|-- WiFi @ 2.0.0
|-- OpdsParser
|-- EpdFont
|-- Utf8
|-- ESPmDNS @ 2.0.0
|-- DNSServer @ 2.0.0
|-- hal
|-- KOReaderSync
|-- FsHelpers
|-- SPI @ 2.0.0
|-- WiFiClientSecure @ 2.0.0
|-- BatteryMonitor @ 1.0.0
|-- WebServer @ 2.0.0
Building in release mode
Compiling .pio\build\default\libba8\hal\DeviceProfiles.cpp.o
Archiving .pio\build\default\libea4\libminiz.a
Indexing .pio\build\default\libea4\libminiz.a
Archiving .pio\build\default\liba02\libZipFile.a
Archiving .pio\build\default\lib389\libexpat.a
Indexing .pio\build\default\liba02\libZipFile.a
Indexing .pio\build\default\lib389\libexpat.a
Archiving .pio\build\default\lib554\libJpegToBmpConverter.a
Indexing .pio\build\default\lib554\libJpegToBmpConverter.a
C:\Users\13608\.platformio\penv\Scripts\platformio.exe : lib/hal/DeviceProfiles
.cpp: In function 'const DeviceProfiles::DeviceProfile* DeviceProfiles::findDev
iceProfile(const char*, const char*)':
所在位置 行:1 字符: 1
+ C:\Users\13608\.platformio\penv\Scripts\platformio.exe run -e default ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (lib/hal/DeviceP... const char*)':
:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
lib/hal/DeviceProfiles.cpp:31:11: error: 'Serial' was not declared in this scop
e
Serial.printf("DEV", "\u2713 Matched device profile by MAC: %s -> %s
", macAddress, KNOWN_DEVICES[i].name);
^~~~~~
lib/hal/DeviceProfiles.cpp:36:5: error: 'Serial' was not declared in this scope
Serial.printf("DEV", "No MAC match found for: %s", macAddress);
^~~~~~
lib/hal/DeviceProfiles.cpp:46:9: error: 'Serial' was not declared in this scope
Serial.printf("DEV", "\u2713 Matched device profile by exact name: %s"
, profileName);
^~~~~~
lib/hal/DeviceProfiles.cpp:56:11: error: 'Serial' was not declared in this scop
e
Serial.printf("DEV", "\u2713 Matched GameBrick by name pattern: %s -
> IINE Game Brick", deviceName);
^~~~~~
lib/hal/DeviceProfiles.cpp:66:11: error: 'Serial' was not declared in this scop
e
Serial.printf("DEV", "\u2713 Matched MINI_KEYBOARD by name pattern:
%s", deviceName);
^~~~~~
lib/hal/DeviceProfiles.cpp:72:5: error: 'Serial' was not declared in this scope
Serial.printf("DEV", "No profile match for device name: %s", deviceName);
^~~~~~
lib/hal/DeviceProfiles.cpp: In function 'void DeviceProfiles::setCustomProfile(
uint8_t, uint8_t, uint8_t)':
lib/hal/DeviceProfiles.cpp:91:3: error: 'Serial' was not declared in this scope
Serial.printf("DEV", "Custom profile set: up=0x%02X down=0x%02X byte=%d", pa
geUpCode, pageDownCode, reportByteIndex);
^~~~~~
lib/hal/DeviceProfiles.cpp: In function 'void DeviceProfiles::clearCustomProfil
e()':
lib/hal/DeviceProfiles.cpp:96:3: error: 'Serial' was not declared in this scope
Serial.printf("DEV", "Custom profile cleared");
^~~~~~
Compiling .pio\build\default\lib503\Epub\Epub\BookMetadataCache.cpp.o
*** [.pio\build\default\libba8\hal\DeviceProfiles.cpp.o] Error 1
========================= [FAILED] Took 23.99 seconds =========================
Environment Status Duration
------------- -------- ------------
default FAILED 00:00:23.990
==================== 1 failed, 0 succeeded in 00:00:23.990 ====================