Compile fail #225
Goldi-2022
started this conversation in
General
Replies: 2 comments 2 replies
-
Can you try building the spectrum project as a test? And please include the actual compiler errors, if possible, that’d make it easier to sort out!
- Dave
… On Feb 20, 2023, at 6:25 AM, Goldi-2022 ***@***.***> wrote:
I am new to this, so please forgive me if this is the wrong place to look for help.
I have a M5Stick-plus wired up as per Dave P's Laser Cannon video.
I've cloned the project using GIT Desktop (today).
Changed the PlatformIO.ini default environment to m5plusdemo.
When I try to compile the code I get these error messages, as the compile fail ...
*** [.pio\build\m5plusdemo\src\effects.cpp.o] Error 1
cc1plus.exe: some warnings being treated as errors
*** [.pio\build\m5plusdemo\src\ledmatrixgfx.cpp.o] Error 1
cc1plus.exe: some warnings being treated as errors
*** [.pio\build\m5plusdemo\src\colordata.cpp.o] Error 1
cc1plus.exe: some warnings being treated as errors
*** [.pio\build\m5plusdemo\src\audio.cpp.o] Error 1
cc1plus.exe: some warnings being treated as errors
*** [.pio\build\m5plusdemo\src\drawing.cpp.o] Error 1
cc1plus.exe: some warnings being treated as errors
*** [.pio\build\m5plusdemo\src\main.cpp.o] Error 1
If I change nothing and compile again, I get a different set of error messages.
I hope someone will have the knowledge and patience to help me.
—
Reply to this email directly, view it on GitHub <#225>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4HCFZOWGH7MVE2XYS756LWYOLG3ANCNFSM6AAAAAAVCCI5PM>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
The source tree itself compiles fine, so there’s something about the setup on your machine that must be wonky, I just can’t guess as to what from the errors!
The two things I would check:
- First, make sure you have free space on your source drive, ideally several gig
Run:
pio upgrade
- Make sure you wind up with PlatformIO 6.1.6 or later, then:
Run:
pio pkg update
Run:
pio run -t clean
Then try building again, let me know if it changes!
… On Feb 20, 2023, at 9:25 AM, Dave Plummer ***@***.***> wrote:
Can you try building the spectrum project as a test? And please include the actual compiler errors, if possible, that’d make it easier to sort out!
- Dave
> On Feb 20, 2023, at 6:25 AM, Goldi-2022 ***@***.***> wrote:
>
>
> I am new to this, so please forgive me if this is the wrong place to look for help.
>
> I have a M5Stick-plus wired up as per Dave P's Laser Cannon video.
> I've cloned the project using GIT Desktop (today).
> Changed the PlatformIO.ini default environment to m5plusdemo.
> When I try to compile the code I get these error messages, as the compile fail ...
>
> *** [.pio\build\m5plusdemo\src\effects.cpp.o] Error 1
> cc1plus.exe: some warnings being treated as errors
> *** [.pio\build\m5plusdemo\src\ledmatrixgfx.cpp.o] Error 1
> cc1plus.exe: some warnings being treated as errors
> *** [.pio\build\m5plusdemo\src\colordata.cpp.o] Error 1
> cc1plus.exe: some warnings being treated as errors
> *** [.pio\build\m5plusdemo\src\audio.cpp.o] Error 1
> cc1plus.exe: some warnings being treated as errors
> *** [.pio\build\m5plusdemo\src\drawing.cpp.o] Error 1
> cc1plus.exe: some warnings being treated as errors
> *** [.pio\build\m5plusdemo\src\main.cpp.o] Error 1
>
> If I change nothing and compile again, I get a different set of error messages.
>
> I hope someone will have the knowledge and patience to help me.
>
> —
> Reply to this email directly, view it on GitHub <#225>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4HCFZOWGH7MVE2XYS756LWYOLG3ANCNFSM6AAAAAAVCCI5PM>.
> You are receiving this because you are subscribed to this thread.
>
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am new to this, so please forgive me if this is the wrong place to look for help.
When I try to compile the code I get these error messages, as the compile fail ...
*** [.pio\build\m5plusdemo\src\effects.cpp.o] Error 1
cc1plus.exe: some warnings being treated as errors
*** [.pio\build\m5plusdemo\src\ledmatrixgfx.cpp.o] Error 1
cc1plus.exe: some warnings being treated as errors
*** [.pio\build\m5plusdemo\src\colordata.cpp.o] Error 1
cc1plus.exe: some warnings being treated as errors
*** [.pio\build\m5plusdemo\src\audio.cpp.o] Error 1
cc1plus.exe: some warnings being treated as errors
*** [.pio\build\m5plusdemo\src\drawing.cpp.o] Error 1
cc1plus.exe: some warnings being treated as errors
*** [.pio\build\m5plusdemo\src\main.cpp.o] Error 1
If I change nothing and compile again, I get a different set of error messages.
I hope someone will have the knowledge and patience to help me.
Beta Was this translation helpful? Give feedback.
All reactions