I am facing a problem of memory mapping .I have assigned the xdata start in the startup.a51 file at 0c000H with length 1000h bytes .I have also tried configuring the linker with xdata allocation .Do i need to give the command line syntax everytime for linking my program ,or can i configure it using uv2 editor and how .After successful compilation my linker gives me warnings of xdata memory space overlap at 0x0000 to 0x0013 and 0x6000 to 0x6000.Owing which i am not getting the results .