Hello,
I'm developping an application and I want to upload it in some STM32-PRIMER2 boards.
On my computer all is working well : the Application is well upload when I launch add_to_circle.bat file.
The problem is on my second computer (desktop one with Windows XP) : this is the message error when I try to run "add_to_circle.bat" :
-----------------------------------------
** Launching : cicle_mgr.exe AApplication.o L S
Circle_Mgr: software for managing CircleOS applications.
Connecting to RLink ... OK
Connecting to target .. OK
Silicon Revision Id : 0x10016414.
Option Bytes : RDP=0xA5, USER=0xFF, WRP=0xFFFFFFFF
OK
Reading FAT table...
<No Application> ... OK
Linking file Application.o ???
LInk failed (file: 'Application.o')arm-none-eabi-gcc.exe: CreatProcess:No such file or directory
!!! Error 103 : Fatal error detected. Terminaing program.
Press any key to continue ...
-----------------------------------------
I think all the Ride7 program is well installed because if I launch the script file "Program_Primer2_CircleOS_only.bat" all is working well.
How can I solve this problem ? I need to be able to upload the application to any STM32-PRIMER2 and computer !
Thanks for your help,
Pascal