2022-12-12 09:05 AM
2022-12-12 10:16 AM
Doesn't look like a valid path.
Check TMP and TEMP Environment variables
Avoid spaces, periods, and weird non-English characters in path or project names.
Install any new software recently?
Does file in question exist?
What are the attributes/rights on the file?
Pulled from a network driver, repository, ZIP file, etc?
2022-12-13 04:38 AM
I have the same problem. The compilation process stucks without any results or errores, when i try to use in project any function from SPL.
2022-12-17 01:17 AM
Have you tried contacting Cosmic Software support?
2023-01-03 08:41 AM
It's a bug in the latest COSMIC compiler (Version: 4.5.5).
To check the installed version open C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8\Version.txt.
I'm already in touch with COSMIC support.
2023-01-04 05:41 AM
@Giovanni Preda
My goodness, thank you for posting this!! Was troubleshooting a couple of days before finding this.
I am also trying to compile a program using the COSMIC compiler. Get this behaviour (stuck at build) in both ST Visual Develop and Visual Studio (using VisualGDB and thus COSMIC).
Could it be worth downgrading the COSMIC version so I'm able to build again?
Please do keep us posted about this issue!
2023-01-04 05:46 AM
Could it be worth downgrading the COSMIC version so I'm able to build again?
Yes, if you have an older version of the installer it will work just fine.
I have an older (late 2021) installation of the COSMIC compiler on another PC that worked fine and it's version 4.5.4. Unfortunately I don't have the installer for it.
I copied the 4.5.4 CXSTM8 folder to the non working 4.5.5 installation and it now works.
2023-01-04 05:50 AM
Too bad, I don't have the installer either. Have only been working with COSMIC for a couple of weeks now...
2023-01-04 05:54 AM
2023-01-04 06:02 AM
Wow thanks! Can build again :D