I am working with CubeIDE 1.7.0 . I was to move my project on latest 1.9.0 version, but this version of CubeIDE is give me 500 errors .
Do you know where I can download CubeIDE 1.3.1 again ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-14 1:41 AM
- stm32 cubeide 1.9.0 version gcc 10 compiler give me error in structures files but in 1.7.0 version of software gcc 9 all ok with structure.
- maximum error cover with the help of extern before variables and function but only problem in structure definition and declaration in global use is the problem
- example --
error ----conflicting types for 'XCP_Slave_DAQ_List_Processor_Info' this stureture cause error
please help me how to reslove the error in gcc10
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-14 1:55 AM
I had the same issues, do you have the bad habit of assigning values to variables in your .h files?
>Do you know where I can download CubeIDE 1.3.1 again ?
It wasnt rocket sience, you can download previous versions of cubeIDE here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-14 2:20 AM
1.3.0 is not problem is print from my side, main problem in gcc 10 in 1.9.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-14 2:21 AM
I can not assign any value to variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-14 2:56 AM
On the issue of your GCC version and the "conflicting types" errors, see your other thread:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-16 1:39 AM
Yet another thread on the same topic:
