本帖最后由 crazy2012 于 2013-10-30 10:57 编辑
按照下面的方式设置编译的时候就会提示错误,编译不过去。chex –fi -o $(OutputPath)$(TargetSName).hex $(OutputPath)$(TargetSName).sm8
报错内容如下,如果我采用编译器默认的命令就不会出错,一改成上面的方式就报错。
Running Post-Build step
chex –fi -o Debug\proj_01.hex Debug\proj_01.sm8
can't open –fi
The command: "chex –fi -o Debug\proj_01.hex Debug\proj_01.sm8" has failed, the returned value is: 1
proj_01.elf - 1 error(s), 0 warning(s)
这个好像不是路径设置问题应该是最后一步POST-Build的时候出现错误了。
|