爱莉清
发布时间:2016-09-21 20:15:44
unsigned char bw;bw=bw+2;bw=bw>>1;上面两句在STVP+COSMIC 中编译都会出现”truncating assignment“ 警告要怎样改才不会出现 ”truncating assignment“ 警告也就是 使用这类语句都会 如 变量=变量+常数 变量=变量-常数 变量=变量*常数 变量=变量/常数&nbs.........【阅读全文】
发布时间:2016-09-03 10:45:14
解决方法:首先:工程名、文件名中不能有汉语,不能有括号。其次:在ADS 1.2中,Project——>Remove Object Code——>All targets(Compact target)。分析原因:以前在其他计算机上编译时造成的。 解决措施:复制ADS工程到硬盘后,必须去除工程所有文件夹.........【阅读全文】
发布时间:2016-08-24 15:35:48
当我连着手机充电的时候,启动模拟器调试,执行ADB指令时,报错。C:\Users\gaojs>adb shellerror: more than one device and emulatorC:\Users\gaojs>adb install e:\good.apkerror: more than one device and emulator碰到这种情况,首先要查一下,是不是真的有多个设备或模拟器。C:\Users\gaojs>adb devicesL.........【阅读全文】