Build err [Resolved] #12
-
Can I get a clue? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 10 replies
-
What exactly are you trying to build? In other words, what's the build command you're issuing? |
Beta Was this translation helpful? Give feedback.
-
I'm getting the same error on a PopOS (ubuntu) 21.04, VSCode v1.60.2, latest PlatformIO, basically "git clone" and "platformio->build"
|
Beta Was this translation helpful? Give feedback.
-
Interesting that your guess worked, though.
…On Mon, Oct 4, 2021 at 5:22 PM Robert Diamond ***@***.***> wrote:
Yeah, like I said it was throwing a guess at the wall without much
understanding of the underlying issue.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM3VGHESN5UTD75XAQ3IFYTUFJAMZANCNFSM5FILVYCQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
:-)
…On Mon, Oct 4, 2021 at 5:41 PM Robert Diamond ***@***.***> wrote:
Here's the relevant SO link:
https://stackoverflow.com/questions/30076949/gcc-error-variable-causes-a-section-type-conflict
and a bonus GCC forum link:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41091
Something about the compiler inferring different types of section
variables in the same section, for (reasons). I think my "solution" sort of
worked because the DRAM_ATTR2 didn't have a correspondence in the linker
files for Platformio, so it worked out to be a totally different section
type. Not sure why it didn't work for you, maybe I had an additional change
in there that I forgot to write down? Or different compiler/linker/phase of
moon environments?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM3VGHB4CXUET2BYNAI4VM3UFJCVFANCNFSM5FILVYCQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Maybe try and update your platform IO platforms? |
Beta Was this translation helpful? Give feedback.
-
Looks like it builds now! |
Beta Was this translation helpful? Give feedback.
-
Yup! Played around with it a bit today; looking forward to more videos in
this series. I watched your first LED strip series and really learned a
lot. Actually, I’ve been enjoying all your videos. They’re very
entertaining and informative. Thanks for doing what you do!
…On Tue, Oct 5, 2021 at 5:58 PM David W Plummer ***@***.***> wrote:
Looks like it builds now!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM3VGHGEK3ZLT72GLIKQBRDUFONJ7ANCNFSM5FILVYCQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
Maybe try and update your platform IO platforms?