How to compile C++ source code for download to TX-C ?
Verfasst: 17 Nov 2012, 05:08
Hello all,
Firstly, we are wondering if anybody has a link to an english version of the documentation found in
C_Compiler_RoboTXC\ftMscCDemo_V1.2\Doc, namely the C_Compiler_RoboTXC.pdf file
(The download package from the link on the fischertechnik.de page (English version) is also in German)
Also, we can successfully run the StopGo demo and can control a motor on M1 with a switch on I8.
BUT only in the directory : ..\PC_Programming_RoboTXC\Demo_Static_Lib_C\StopGo\Release
How do you run the demo in the directory of C_Compiler_RoboTXC\ftMscCDemo_V1.2\Demo_C\Demo\StopGo ?
We are assuming the following :
0) To modify, edit the source code in StopGo.C
and then ;
1) Compile into StopGo.exe using make.bat
finally ;
2) Run the program using the run.bat file
but we have problems and encounter the message in the DOS window.
Would appreciate some pointers as to which way we should approach for learning to use these tools.
Thanks.
Firstly, we are wondering if anybody has a link to an english version of the documentation found in
C_Compiler_RoboTXC\ftMscCDemo_V1.2\Doc, namely the C_Compiler_RoboTXC.pdf file
(The download package from the link on the fischertechnik.de page (English version) is also in German)
Also, we can successfully run the StopGo demo and can control a motor on M1 with a switch on I8.
BUT only in the directory : ..\PC_Programming_RoboTXC\Demo_Static_Lib_C\StopGo\Release
How do you run the demo in the directory of C_Compiler_RoboTXC\ftMscCDemo_V1.2\Demo_C\Demo\StopGo ?
We are assuming the following :
0) To modify, edit the source code in StopGo.C
and then ;
1) Compile into StopGo.exe using make.bat
finally ;
2) Run the program using the run.bat file
but we have problems and encounter the message
Code: Alles auswählen
The system cannot find the path specified.
Would appreciate some pointers as to which way we should approach for learning to use these tools.
Thanks.