HM Kaiser
Member |
Hi all ! Once again I'm asking for help from you who have experience in assembler :-) I'm coding a small demo, it's currently at a very early design and coding stage.
When I assemble and run it from Asm-Pro, no problem. When I assemble it and want to save the object (like I always did), I have the following message:
** Relocation made to EMPTY section
I have a section copper,data_c for copperlist, at the end of source code. I added other sections, for code, and static data, to have a try, but the problem is the same.
I don't understand what that means (something to see with the hunk format ?) and how to solve it. Does someone have an explaination please ?
Thanks :-) Kaiser
|
HM Kaiser
Member |
Well, actually I did not find the explanation, but at least a solution. In assembler preferences, I checked "auto alloc". Now, when I write the object, I dont' have this message any longer.
It still would be interesting to know the reason :-)
|