cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to rebuild my project.stw with the cosmic c compiler, but it is stuck at compiling stage. It was working fine, and suddenly it couldn't compile. When I try to compile the c files in cosmic it shows another error as shown in the screenshots.

Invincibl3
Associate

0693W00000WKodGQAT.png0693W00000WKod1QAD.png

10 REPLIES 10

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?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
RL..1
Associate

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.

RL..1
Associate

Have you tried contacting Cosmic Software support?

Giovanni Preda
Associate II

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.

LauravanL
Associate II

@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!

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.

Too bad, I don't have the installer either. Have only been working with COSMIC for a couple of weeks now...

I attached the CXSTM8 folder from my 4.5.4 installation.

Replace your CXSTM8 folder with this one.

Don't forget to put your license.lic file in the License folder (no need to request a new one)!

Wow thanks! Can build again :D