soptea
Newbie level 6
- Joined
- May 29, 2006
- Messages
- 11
- Helped
- 7
- Reputation
- 14
- Reaction score
- 7
- Trophy points
- 1,283
- Activity points
- 1,340
I m having a hard time trying to built Heli version of SuperProbe
http://heli.xbot.es/?p=40
There is a ready hex file ,but I need a slightly different hex ,so I must configure and compile 2 asm files LedSevenSegments.asm and SuperProbePlus.asm (there is #include Led...asm in Super...asm).
When compiling in absolute mode I get many Overwriting previous address contents
When in relocatable I get
Make: The target "C:\Documents and Settings\Administrator\Desktop\test\SuperProbePlus.o" is out of date.
The only way to get a hex is to put an end instruction in LedSevenSegments.asm but is only 1k instead of 15 k
I have no problem compiling other version of the asm file ,but I need this one.
Thanks,
Radu
http://heli.xbot.es/?p=40
There is a ready hex file ,but I need a slightly different hex ,so I must configure and compile 2 asm files LedSevenSegments.asm and SuperProbePlus.asm (there is #include Led...asm in Super...asm).
When compiling in absolute mode I get many Overwriting previous address contents
When in relocatable I get
Make: The target "C:\Documents and Settings\Administrator\Desktop\test\SuperProbePlus.o" is out of date.
The only way to get a hex is to put an end instruction in LedSevenSegments.asm but is only 1k instead of 15 k
I have no problem compiling other version of the asm file ,but I need this one.
Thanks,
Radu