共2条
1/1 1 跳转至页
iap,keil,uvision3 iap(keil uvision3)等待
问
请问:ZLGARM
在keil uvision3中如何操作啊,
在ADS中不是要选中“ARM/THUMB interworking ”吗
在KEIL中如果我不选择“ARM/THUMB interworking ”编译能通过,在DEBUG中会出现取指令错误,可是要是选择了,编译通不过。错误如下
Build target 'Debug in RAM'
compiling target.c...
assembling IRQ.s...
assembling Startup.s...
compiling led.c...
compiling iaptest.c...
linking...
.\debug_in_RAM\Project.axf: Error: L6241E: startup.o(vectors) CANnot use the address of '~IW' function ResetInit as the image contains 'IW' functions.
.\debug_in_RAM\Project.axf: Error: L6241E: startup.o(vectors) CANnot use the address of '~IW' function Undefined as the image contains 'IW' functions.
.\debug_in_RAM\Project.axf: Error: L6241E: startup.o(vectors) CANnot use the address of '~IW' function SoftwareInterrupt as the image contains 'IW' functions.
.\debug_in_RAM\Project.axf: Error: L6241E: startup.o(vectors) CANnot use the address of '~IW' function PrefetchAbort as the image contains 'IW' functions.
.\debug_in_RAM\Project.axf: Error: L6241E: startup.o(vectors) CANnot use the address of '~IW' function DataAbort as the image contains 'IW' functions.
.\debug_in_RAM\Project.axf: Error: L6241E: startup.o(vectors) CANnot use the address of '~IW' function FIQ_Handler as the image contains 'IW' functions.
Target not created
都是说startup.s ResetInit、Undefined、SoftwareInterrupt。。。。地址有问题 答 1: 我找到了!我找到问题了!
在keil uvision3中如何操作啊,
在ADS中不是要选中“ARM/THUMB interworking ”吗
在KEIL中如果我不选择“ARM/THUMB interworking ”编译能通过,在DEBUG中会出现取指令错误,可是要是选择了,编译通不过。错误如下
Build target 'Debug in RAM'
compiling target.c...
assembling IRQ.s...
assembling Startup.s...
compiling led.c...
compiling iaptest.c...
linking...
.\debug_in_RAM\Project.axf: Error: L6241E: startup.o(vectors) CANnot use the address of '~IW' function ResetInit as the image contains 'IW' functions.
.\debug_in_RAM\Project.axf: Error: L6241E: startup.o(vectors) CANnot use the address of '~IW' function Undefined as the image contains 'IW' functions.
.\debug_in_RAM\Project.axf: Error: L6241E: startup.o(vectors) CANnot use the address of '~IW' function SoftwareInterrupt as the image contains 'IW' functions.
.\debug_in_RAM\Project.axf: Error: L6241E: startup.o(vectors) CANnot use the address of '~IW' function PrefetchAbort as the image contains 'IW' functions.
.\debug_in_RAM\Project.axf: Error: L6241E: startup.o(vectors) CANnot use the address of '~IW' function DataAbort as the image contains 'IW' functions.
.\debug_in_RAM\Project.axf: Error: L6241E: startup.o(vectors) CANnot use the address of '~IW' function FIQ_Handler as the image contains 'IW' functions.
Target not created
都是说startup.s ResetInit、Undefined、SoftwareInterrupt。。。。地址有问题 答 1: 我找到了!我找到问题了!
共2条
1/1 1 跳转至页
我要赚赏金
