cancel
Showing results for 
Search instead for 
Did you mean: 

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 ?

SKapa.1
Associate II
  1. 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.
  2. 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
  3. 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

This discussion is locked. Please start a new topic to ask your question.
5 REPLIES 5
Javier1
Principal

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

0693W00000NroWFQAZ.png

Available for consulting/freelancing , hit me up in https://github.com/javiBajoCero
SKapa.1
Associate II

1.3.0 is not problem is print from my side, main problem in gcc 10 in 1.9.0

SKapa.1
Associate II

I can not assign any value to variables

On the issue of your GCC version and the "conflicting types" errors, see your other thread:

https://community.st.com/s/question/0D53W00001boGjuSAE/how-to-resolve-problem-of-stm32-cube-ide-170-project-move-to-190-lots-of-error-is-in-it-because-of-gcc-10

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

Yet another thread on the same topic:

https://community.st.com/s/question/0D53W00001cFFzGSAW/as-we-discussion-we-move-stmcubeide32-170-version-to-stmcubeide32-170-we-are-solve-the-multiple-error-resolve-with-the-help-of-extern-but-some-error-reaming-regarding-structure-declaration-give-some-error-in-gcc-10-not-resolve

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.