
Win-GCC
zhuohui307317684
什么时候才能发达,财务自由啊啊啊
展开
-
How to use CMAKE?
1.Environment win-7, Download install file from official site then install. 2.Usage Then will generate a MinGW-GCC project PS: freediag is using CMake to compile, and also can compile sucess ...原创 2018-12-12 15:02:58 · 343 阅读 · 0 评论 -
gdb debug exe
1.Start debug Open 2 windowns, one is use gdbserver to execute destnation execute, another is use gdb to remote debug. gdbserver windown: gdb windown: If you want to pause program, use 'Ctrl+C...原创 2018-12-12 16:13:47 · 187 阅读 · 0 评论