0223 UNIWIN COOL REMOTE BUILD DEBUG
UNIWIN非常COOL GOOD的一个远程调试工具,经过作者的不断指点,目前我这支菜鸟已经成功编译PASS
ECLIPSE+CDT+UNIWIN+++REMOTE(REDHAT LINUX 9)
**** Incremental build of configuration Debug for project tttt ****
make -k all
Building file: ../tttt.cpp
Invoking: GCC C++ Compiler
O:/java/eclipse/Uniwin/bin/g++ -O0 -g3 -Wall -c -fmessage-length=0 -otttt.o ../tttt.cpp
Finished building: ../tttt.cpp
Building target: tttt.exe
Invoking: GCC C++ Linker
O:/java/eclipse/Uniwin/bin/g++ -otttt.exe ./tttt.o
Finished building target: tttt.exe
Build complete for project tttt
运行也正常:
cd /home/sf/tttt/; /home/sf/tttt/Debug/tttt ;echo \’!!@@##HERE IS
THE END##@@!!\’
i = 0 Hello, embedded linux!
不过不知道是不是CDT的问题:不能定位错误行。UNIWIN作者指点我:
no, CDT有个problems view用于错误定位的。
window–>show view–>other…
Basic–>problems.
you can locate error very quick.
and usually the locations of errors will display some red marks on the
editor window. you can click the red mark and go to the error.
不过人心不足,得陇望蜀,想想ECLIPSE毕竟运行于JVM,速度不好,找找别的IDE:
MinGW Developer Studio is a Cross-Platform C/C++ IDE(Integrated Development Environment) for GNU GCC Compiler system.
看到作者说:
uniwin Guest
Posted: Fri Feb 17, 2006 11:54 am Post subject: Make MinGW Developer Studio a remote development environment
——————————————————————————–
sometime we may need to develop projects on UNIX boxes but still want IDEs based on Windows. Uniwin is the tool for this purpose. It is a small toolset to make an IDE be a remote develop environment seemlessly. Uniwin can be downloaded from http://sourceforge.net/projects/uniwin. Uniwin has already tested for Mingw Developer Studio. With it, Mingw Developer Studio can be used to develop remote projects just like developing local ones.
不知道是不是我RPWT:
我试图修改 OPTION–COMPLIE–F:\\MinGWStudio\\MinGW\\ 改为 O:\\java\\eclipse\\Uniwin\\bin
结果老是告诉我无效的编译路径??
作者指点:只要O:\\java\\eclipse\\Uniwin\\
果然OK了~~~~~强啊~~~~~~~~
Dev-C++ is an full-featured Integrated Development Environment (IDE) for Win32. It uses GCC, Mingw or Cygwin as compiler and libraries set.
我在编译选项里面修改
O:\\java\\eclipse\\Uniwin\\bin\\gcc.exe O:\\java\\eclipse\\Uniwin\\bin\\g++.exe O:\\java\\eclipse\\Uniwin\\bin\\make.exe O:\\java\\eclipse\\Uniwin\\bin\\gdb.exe
结果:
编译器: Default compiler
Building Makefile: "O:\\java\\eclipse\\works\\Makefile.win"
执行 make…
O:\\java\\eclipse\\Uniwin\\bin\\make.exe -f "O:\\java\\eclipse\\works\\Makefile.win" all
O:\\java\\eclipse\\Uniwin\\bin\\g++.exe -c sff.cpp -o sff.o -I"f:/Dev-Cpp/include/c++" -I"f:/Dev-Cpp/include/c++/mingw32" -I"f:/Dev-Cpp/include/c++/backward" -I"f:/Dev-Cpp/include"
O:\\java\\eclipse\\Uniwin\\bin\\make.exe: *** [sff.o] Error -1073741515
执行结束
晕倒~~~~~~~
历史博文
- 20081017 ramdisk Activator.CreateInstance - 2009
- 20070925 Touch Panel 校正 screen - 2008
- 20070113 IE 安全 测试 - 2007
- Becky!查看、编辑窗体加上鼠标定位下划线 - 2005