摘要: Sending packet: $vCont;C0b:p1449.1449;c:p1449.-1#3c...Packet received: Xb;process:1449Program terminated w... 阅读全文
posted @ 2016-03-31 21:13 张同光 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 宿主机:CentOS 7 + android-ndk-r8e-linux-x86_64.tar.bz2 + arm_linux-androideabi-4.7 + API-14 手机:MB526 + Android 4.4.4 + armv7 [root@localhost android-on-l 阅读全文
posted @ 2016-03-31 21:12 张同光 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 具体代码差异,参考:http://blog.chinaunix.net/uid-14735472-id-5212202.html 接着调试,调试到此处,出现如下问题 (段错误) at /opt/cBPM-android/criteria-lin/src/Criteria/Criteria.Workf 阅读全文
posted @ 2016-03-31 21:05 张同光 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1.安装gcc,需要c和c++两部分,默认安装下,CentOS不安装编译器的,在终端输入以下命令即可yum install gccyum install gcc-c++2.安装gtk2-devel,因为默认已经安... 阅读全文
posted @ 2016-03-31 21:01 张同光 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 宿主机:CentOS 7 + android-ndk-r8e-linux-x86_64.tar.bz2 + arm_linux-androideabi-4.7 + API-14手机:MB526 + Android... 阅读全文
posted @ 2016-03-31 21:00 张同光 阅读(155) 评论(0) 推荐(0) 编辑
摘要: //break main.cpp:63//break main.cpp:155//break WAPI.cpp:72//break bOSXMLHelper.cpp:40//break PlatformUtils... 阅读全文
posted @ 2016-03-31 20:58 张同光 阅读(172) 评论(0) 推荐(0) 编辑
摘要: +++++++++++++编译Criteria.Tools.Executor————成功———调试 [root@localhost gdbserver]# pwd /opt/android-on-linux/android-ndk-r8e/prebuilt/android-arm/gdbserver 阅读全文
posted @ 2016-03-31 20:57 张同光 阅读(219) 评论(0) 推荐(0) 编辑
摘要: [root@localhost lib]# uname -aLinux localhost.localdomain 4.2.1-1.el7.elrepo.x86_64 #1 SMP Mon Sep 21 20:0... 阅读全文
posted @ 2016-03-31 20:55 张同光 阅读(88) 评论(0) 推荐(0) 编辑
摘要: ★★★★★上面的问题——解决了:--------> /opt/cBPM/criteria-lin/src/Criteria/Criteria.WorkflowEngine/events/WorkflowList... 阅读全文
posted @ 2016-03-31 20:53 张同光 阅读(108) 评论(0) 推荐(0) 编辑
摘要: [root@localhost lib]# uname -aLinux localhost.localdomain 4.2.1-1.el7.elrepo.x86_64 #1 SMP Mon Sep 21 20:0... 阅读全文
posted @ 2016-03-31 20:52 张同光 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 宿主机:CentOS 7 + android-ndk-r8e-linux-x86_64.tar.bz2 + arm_linux-androideabi-4.7 + API-14手机:MB526 + Android 4.4.4 + armv7 [root@localhost android-on-li 阅读全文
posted @ 2016-03-31 20:50 张同光 阅读(220) 评论(0) 推荐(0) 编辑
摘要: (OK) 编译xerces-c-3.1.2(动态库)—CentOS 7— android-ndkexport XERCES="/opt/cBPM-android/xerces-c-3.1.2/"export ND... 阅读全文
posted @ 2016-03-31 20:48 张同光 阅读(304) 评论(0) 推荐(0) 编辑
摘要: +++++++++++++编译libiconv-1.14 (静态库) export NDK_ROOT="/opt/android-on-linux/android-ndk-r10d" export TOOLCHAIN="$NDK_ROOT/platforms/android-21/arch-arm" 阅读全文
posted @ 2016-03-31 20:47 张同光 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 编译xerces-c (静态库)—CentOS 7— android-ndk [root@localhost xerces-c-3.1.2]# pwd /opt/cBPM-android/xerces-c-3.1.2 [root@localhost xerces-c-3.1.2]# make cle 阅读全文
posted @ 2016-03-31 20:46 张同光 阅读(275) 评论(0) 推荐(0) 编辑
摘要: http://blog.chinaunix.net/uid-14735472-id-5214306.html# export PATH=$PATH:/opt/android-on-linux/android-nd... 阅读全文
posted @ 2016-03-31 20:43 张同光 阅读(202) 评论(0) 推荐(0) 编辑
摘要: CodeBlocks全局编译参数(Settings->Compiler)具体设置,参考 http://blog.chinaunix.net/uid-14735472-id-5194999.html打开CodeBl... 阅读全文
posted @ 2016-03-31 20:42 张同光 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.centoscn.com/image-text/install/2014/0905/3684.html 在CentOS7上安装Codelocks的过程。1.安装gcc,需要c和c++两... 阅读全文
posted @ 2016-03-31 20:40 张同光 阅读(132) 评论(0) 推荐(0) 编辑
摘要: ftp://ftp.bluage.com/eclipse45/eclipse-cpp-mars-R-linux-gtk-x86_64.tar.gzftp://ftp.bluage.com/eclipse45/ec... 阅读全文
posted @ 2016-03-31 20:38 张同光 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 可以以 http://blog.csdn.net/bupt073114/article/details/43114223 示例++++++++ 在CentOS 7android-ndk-r10d-linux-... 阅读全文
posted @ 2016-03-31 20:37 张同光 阅读(177) 评论(0) 推荐(0) 编辑
摘要: ftp://ftp.bluage.com/eclipse45/eclipse-cpp-mars-R-linux-gtk-x86_64.tar.gzftp://ftp.bluage.com/eclipse45/ec... 阅读全文
posted @ 2016-03-31 20:35 张同光 阅读(102) 评论(0) 推荐(0) 编辑