cancel
Showing results for 
Search instead for 
Did you mean: 

ST7 Linker - rel 3.18 ERROR

schaeublinconsu
Associate II
Posted on November 25, 2009 at 12:04

ST7 Linker - rel 3.18 ERROR

1 REPLY 1
schaeublinconsu
Associate II
Posted on November 25, 2009 at 12:04

Hi

With the newer releases STVD I get problems with the following declarations

segment 'ram0'

....

com1 segment common 'ram0'

.dividend DS.L 1; (div_lxw used in maths.asm)

com1 segment common 'ram0'

.add_a DS.W 1 ; (addw used in maths.asm)

....

....

I receive the following error message:

200K namespace for approx 8150 publics

** Error : segment C:\.....\constant.asm:'ram0' [0xf7 - 0xfa] and segment C:\.......\constant.asm:'ram0' [0xf7 - 0xf8] overlap

The command: ''lyn debug\mapping.obj+Debug\st72344.obj+Debug\constant.obj+Debug\main.obj+Debug\subr.obj+Debug\disp.obj+Debug\math.obj, Debug\dcf_555.cod, '' '' '' has failed, the returned value is: 2

exit code=2.

Why ?

Thanks in advance

Hansjusch