Skip to main content
SKapa.1
Associate II
June 14, 2022
Question

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 ?

  • June 14, 2022
  • 5 replies
  • 1732 views
  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 topic has been closed for replies.

5 replies

Javier1
Principal
June 14, 2022

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

hit me up in https://www.linkedin.com/in/javiermuñoz/
SKapa.1
SKapa.1Author
Associate II
June 14, 2022

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

SKapa.1
SKapa.1Author
Associate II
June 14, 2022

I can not assign any value to variables

Andrew Neil
Super User
June 14, 2022
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.
Andrew Neil
Super User
June 16, 2022
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.