This repository was archived by the owner on Mar 16, 2026. It is now read-only.
V7.3 Portable Error #293
Androxilogin
started this conversation in
Coding Corner
Replies: 3 comments 1 reply
-
|
I can't get this error to show for me. I do find results using google with the same error though. Certainly interesting, seems like a bug in the SD library that only happens for some. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hate to double-post but the issue seemed to have resolved itself by not placing the extracted files in Program Files. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Cool, I'll add this advice to the download page. Thanks for finding the cause of the issues and reporting back. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Receiving this message:
Arduino: 1.8.16 (Windows 10), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from C:\Program Files\Arduino\portable\sketchbook\libraries\SdFat\src\ExFatLib\upcase.cpp:25:0:
C:\Program Files\Arduino\portable\sketchbook\libraries\SdFat\src\ExFatLib\upcase.h:31:25: error: 'ExChar16_t' does not name a type; did you mean 'char16_t'?
C:\Program Files\Arduino\portable\sketchbook\libraries\SdFat\src\ExFatLib\upcase.h:33:30: error: 'ExChar16_t' does not name a type; did you mean 'char16_t'?
uint16_t exFatHashName(const ExChar16_t* name, size_t n, uint16_t hash);
C:\Program Files\Arduino\portable\sketchbook\libraries\SdFat\src\ExFatLib\upcase.cpp:207:25: error: 'ExChar16_t' does not name a type; did you mean 'char16_t'?
C:\Program Files\Arduino\portable\sketchbook\libraries\SdFat\src\ExFatLib\upcase.cpp:230:30: error: 'ExChar16_t' does not name a type; did you mean 'char16_t'?
uint16_t exFatHashName(const ExChar16_t* name, size_t n, uint16_t hash) {
exit status 1
Error compiling for board Arduino Mega or Mega 2560.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
I'm assuming it's just a typo but thought I'd let it be known.
Beta Was this translation helpful? Give feedback.
All reactions