CE.NET4.1 build Debug find error?

From: Ocean (newsgroup_at_2911.net)
Date: 03/26/04


Date: Fri, 26 Mar 2004 10:53:31 +0800

I am developing the BSP for OMAP1510 core CPU (ARM4I).When I used the
release, there was no problems.Now Iused the debug and I don't succeed yet
using the same BSP.Here is build err------------------------Error: Ram start
overlaps rom binary
Rom end : 0x85bc033c
Ram start: 0x85569000Here is the MEMORY section in
config.bib.;****************************************************************
**************
;;* SDRAM image, With DSP
;;**************************************************************************
****
IF IMGFLASH !
IF TICFG_DSPBRIDGEMEMORY BL_POST 84000000 00040000 RESERVED
    NK 84040000 01400000 RAMIMAGE
    BRGE_PROG 84f00000 00100000 RESERVED
    RAM 85540000 008C0000 RAM
 ;85540000 +1 BRGE_DATA 85e00000 00150000 RESERVED
    GRAPHICS 85f50000 000a0000 RESERVED
    DMA_AREA 85ff0000 00010000 RESERVED FRAMEBUF 88000000
0002f000 RESERVED
    EMIFINIT 8802f000 00001000 RESERVEDCONFIG ROMOFFSET =
8C000000
    ROMSTART = 84040000
    ROMSIZE = 00FC0000
    ROMWIDTH = 32
    PROFILE = OFF
; SRE = ON
    COMPRESSION = ON
    KERNELFIXUPS= ON
    ROMFLAGS = 2ENDIF ;ticfg_dspbridge
ENDIF ;imgflash ! Thanks a lot.