1
Discussion - Software / Vinculum ii IDE asm and linker errors, need listing or map file outputs?
« on: June 21, 2022, 03:50:57 AM »
I was getting error:
Assembler: Debug\cnc.asm line 5666: (error) A3015 value is greater than the operand size
in the assembler, but no way to actually determine where/what the error was. There is no switch to enable a listing output from the assembler. Reducing the amount of RAM used appears to have fixed there error, but I have no idea what amount of memory is being used by my code and the vnc2 libraries...
Is there a way to get the compiler/assembler/linker to output listings, or map information? I don't see any switches to do that. There is a map that is produced, but it tells you nothing but what the chips capacity is...
After shrinking my RAM use to nothing, no I get this error:
(Debug\vnc2.obj) : (error) L0013 error in parameter section information
But no other output file to help diagnosis what this means...
Assembler: Debug\cnc.asm line 5666: (error) A3015 value is greater than the operand size
in the assembler, but no way to actually determine where/what the error was. There is no switch to enable a listing output from the assembler. Reducing the amount of RAM used appears to have fixed there error, but I have no idea what amount of memory is being used by my code and the vnc2 libraries...
Is there a way to get the compiler/assembler/linker to output listings, or map information? I don't see any switches to do that. There is a map that is produced, but it tells you nothing but what the chips capacity is...
After shrinking my RAM use to nothing, no I get this error:
(Debug\vnc2.obj) : (error) L0013 error in parameter section information
But no other output file to help diagnosis what this means...