cancel
Showing results for 
Search instead for 
Did you mean: 

STVD STM8 build error.(the executable could not be found)

burockk26
Associate II

hello.iar has decided to cancel the limited licenses. I also decided to switch to stvd because I have stm8 ongoing project. But I can't compile on stvd for days.ı get the executable could not be found error.

1 ACCEPTED SOLUTION

Accepted Solutions
burockk26
Associate II

I think the best solution is to stay away from stm8. Because it is extra difficult to work with stm8. As far as I understand, st management does not give importance to stm8 as much as stm32. The main problem is ide,there are not many sources and examples. I decided to change the mcu in my project that has been going on for about 3 years. The situation threw me back in time. I am not very experienced, but I definitely do not recommend 8 bit mcu for beginners. Instead, you can choose a more affordable 32 bit mcu.

View solution in original post

5 REPLIES 5
AA1
Senior III

The executable is the compiler. You must update your system path.

thanks for reply.My toolset path C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8.How should i do?

This is a windows configuration, change environment variables. Search for this in a search engine.

But to confirm the problem, you can open a command prompt and type 'set'. Verify if the compiler's path is in path environment variable, see "path=" value.

But maybe you can also add compiler path in STVD configuration.

burockk26
Associate II

I think the best solution is to stay away from stm8. Because it is extra difficult to work with stm8. As far as I understand, st management does not give importance to stm8 as much as stm32. The main problem is ide,there are not many sources and examples. I decided to change the mcu in my project that has been going on for about 3 years. The situation threw me back in time. I am not very experienced, but I definitely do not recommend 8 bit mcu for beginners. Instead, you can choose a more affordable 32 bit mcu.