2009-11-25 03:04 AM
2009-11-25 03:04 AM
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