Skip to main content
Visitor II
November 25, 2009
Question

ST7 Linker - rel 3.18 ERROR

  • November 25, 2009
  • 1 reply
  • 587 views
Posted on November 25, 2009 at 12:04

ST7 Linker - rel 3.18 ERROR

    This topic has been closed for replies.

    1 reply

    Visitor II
    November 25, 2009
    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