2023-08-20 04:45 AM - edited 2023-08-26 01:44 AM
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.
Solved! Go to Solution.
2023-08-26 12:25 AM - edited 2023-08-26 12:27 AM
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.
2023-08-20 05:19 AM
The executable is the compiler. You must update your system path.
2023-08-20 05:36 AM
thanks for reply.My toolset path C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8.How should i do?
2023-08-20 12:47 PM
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.
2023-08-20 01:23 PM
2023-08-26 12:25 AM - edited 2023-08-26 12:27 AM
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.