Com error loading Ram from PropTool ?? Solved by Prop Tool 1.2
Cluso99
Posts: 18,069
I have struck an error in loading a compiled file in the Propeller Tool V1.1
When I add code, either in PUB or DAT sections it fails to load properly, even though it compiles OK. I can copy existing working code (duplicate lines) and make it fail. A couple of times I got it to compile without loading and saved it to .binary and then loaded it successfully. I am nowhere near the RAM limit.
I remember some posts about com errors but I couldn't locate them.
Any ideas?
Postedited: Solved by Prop Tool 1.2 (see post below)
Post Edited (Cluso99) : 7/29/2008 5:02:08 AM GMT
When I add code, either in PUB or DAT sections it fails to load properly, even though it compiles OK. I can copy existing working code (duplicate lines) and make it fail. A couple of times I got it to compile without loading and saved it to .binary and then loaded it successfully. I am nowhere near the RAM limit.
I remember some posts about com errors but I couldn't locate them.
Any ideas?
Postedited: Solved by Prop Tool 1.2 (see post below)
Post Edited (Cluso99) : 7/29/2008 5:02:08 AM GMT
Comments
My slow old PIII-800 sometimes dies trying to download a big program, and running in a VM of any kind I find it less reliable above 10k in size..
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Pull my finger!
Update...
It appears to be related to 1060+ longs of program space. Variable space seems unrelated. However, I added an extra·DAT section to the end of my code with about 50 longs declared and it worked. · Guess I'll just leave the extra longs in the code.
Post Edited (Cluso99) : 7/20/2008 3:12:40 PM GMT