共2条
1/1 1 跳转至页
Read,Help,gt,CodeCompressor Read Help->CodeCompressor, ...
问
那个问题我发信给Imagecraft公司,他们回的:
Read Help->CodeCompressor, there is an extra level of indirection!
“ there is an extra level of indirection!”是什么意思?我没搞明白
我仔细看了那部分帮助文件,但没发现什么解决办法。
答 1: 指的是代码压缩,指的是代码优化压缩,可能你的测试代码ICC认为没有实际意义,所以给优化了,把优化选项去掉看看 答 2: 谢谢lwtlwt的回帖我又发信给imagecraft,问题解决了
但不理解为什么他们要把编译器做成这样。TC是直接传送地址的。不知道到底TC和标准C兼容还是ICC.
When you pass an address of a function, ICCAVR creates a word in the
flash
that CONTAINS the address of the function, and uses the address of that
label as the value, e.g.
_PF_test::
.word `_test
...
In C, when you say
void test();
...
argu_test(test,...
instead of passing address of test, we would pass the address the of
PF_test. It all works right because when you call a function pointer,
the
compiler does the indirect fetching for you, so it works right.
Read Help->CodeCompressor, there is an extra level of indirection!
“ there is an extra level of indirection!”是什么意思?我没搞明白
我仔细看了那部分帮助文件,但没发现什么解决办法。
答 1: 指的是代码压缩,指的是代码优化压缩,可能你的测试代码ICC认为没有实际意义,所以给优化了,把优化选项去掉看看 答 2: 谢谢lwtlwt的回帖我又发信给imagecraft,问题解决了
但不理解为什么他们要把编译器做成这样。TC是直接传送地址的。不知道到底TC和标准C兼容还是ICC.
When you pass an address of a function, ICCAVR creates a word in the
flash
that CONTAINS the address of the function, and uses the address of that
label as the value, e.g.
_PF_test::
.word `_test
...
In C, when you say
void test();
...
argu_test(test,...
instead of passing address of test, we would pass the address the of
PF_test. It all works right because when you call a function pointer,
the
compiler does the indirect fetching for you, so it works right.
共2条
1/1 1 跳转至页
回复
我要赚赏金打赏帖 |
|
|---|---|
| OK1126B-S开发板下以导航按键控制云台/机械臂姿态调整被打赏¥29元 | |
| 【树莓派5】便携热成像仪被打赏¥36元 | |
| 【树莓派5】环境监测仪被打赏¥35元 | |
| OK1126B-S开发板下多时段语音提示型电子时钟被打赏¥27元 | |
| OK1126B-S开发板下函数构建及步进电机驱动控制被打赏¥25元 | |
| 【S32K3XX】LPI2C 参数配置说明被打赏¥20元 | |
| OK1126B-S开发板的脚本编程及应用设计被打赏¥27元 | |
| 5v升压8.4v两节锂电池充电芯片,针对同步和异步的IC测试被打赏¥35元 | |
| 【S32K3XX】S32DS LPI2C 配置失败问题解决被打赏¥22元 | |
| 【S32K3XX】FLASH 的 DID 保护机制被打赏¥19元 | |
我要赚赏金
