EmbeddedRelated.com
Forums
Memfault Beyond the Launch

getting error for serial flash RCM3700

Started by davariswati July 10, 2007
hello,
Iam getting following error when I complie the program with RCM 3700
as Target.
ERROR DKENTRY.LIB : Out of root code space, try moving code to XMEM.
when i removed some of CGIs 1st error is not occuring but following 2
errors are occuring,
ERROR SFLASH.LIB : Undefined (but used) global label sf_blocksize
ERROR SFLASH.LIB : Undefined (but used) global label sf_dev

Is any setting changes needed to switch from RCM3315 to RCM3700

I have added #define xmem

please help me.

Thanks in advance.
Does your application compile on the RCM3315 and does not compile
RCM3700? I am interested in seeing the map file for the RCM3315.

Joel
--- In r..., "davariswati"
wrote:
>
> hello,
> Iam getting following error when I complie the program with RCM
3700
> as Target.
> ERROR DKENTRY.LIB : Out of root code space, try moving code to
XMEM.
> when i removed some of CGIs 1st error is not occuring but following
2
> errors are occuring,
> ERROR SFLASH.LIB : Undefined (but used) global label sf_blocksize
> ERROR SFLASH.LIB : Undefined (but used) global label sf_dev
>
> Is any setting changes needed to switch from RCM3315 to RCM3700
>
> I have added #define xmem
>
> please help me.
>
> Thanks in advance.
>
Indian friend:

For the root code problem:

* Option -> Project Options -> Compiler: Check Enable
Separate I&D

* Option -> Project Options -> Compiler -> Advanced:
Check Restrict Watch Expressions

* Remove all unused printfs in your code

* Option -> Project Options -> Debugger: Uncheck all
the checked options.

* On the top of your program, define:

#define DATAORG 0x6000

For the serial flash problem:

I think this errors are related to the first one.
Solve the first and the others will be gone.

Regards

--- davariswati escreveu:

> hello,
> Iam getting following error when I complie the
> program with RCM 3700
> as Target.
> ERROR DKENTRY.LIB : Out of root code space, try
> moving code to XMEM.
> when i removed some of CGIs 1st error is not
> occuring but following 2
> errors are occuring,
> ERROR SFLASH.LIB : Undefined (but used) global
> label sf_blocksize
> ERROR SFLASH.LIB : Undefined (but used) global
> label sf_dev
>
> Is any setting changes needed to switch from RCM3315
> to RCM3700
>
> I have added #define xmem
>
> please help me.
>
> Thanks in advance.

____________________________________________________________________________________
Novo Yahoo! Cad - Experimente uma nova busca.
http://yahoo.com.br/oqueeuganhocomisso
hi,
I have a problem executing the followinf file in RCM 3700
Samples\TCPIP\HTTP\UPLD_FAT.C
It is working fine with RCM3315
are there any settings?
its compiling properly but im getting the following mesg...

Initializing network...
Initializing filesystem...
Failed to initialize, rc=2
Proceeding anyway...
Setting up userids...
Userid created successfully: use 'admin' with password 'upload'

what is the problem FAT?

please help
Thanks in Advance
.

jjbaumert wrote:
Does your application compile on the RCM3315 and does not compile
RCM3700? I am interested in seeing the map file for the RCM3315.

Joel

--- In r..., "davariswati"
wrote:
>
> hello,
> Iam getting following error when I complie the program with RCM
3700
> as Target.
> ERROR DKENTRY.LIB : Out of root code space, try moving code to
XMEM.
> when i removed some of CGIs 1st error is not occuring but following
2
> errors are occuring,
> ERROR SFLASH.LIB : Undefined (but used) global label sf_blocksize
> ERROR SFLASH.LIB : Undefined (but used) global label sf_dev
>
> Is any setting changes needed to switch from RCM3315 to RCM3700
>
> I have added #define xmem
>
> please help me.
>
> Thanks in advance.
>

---------------------------------
Got a little couch potato?
Check out fun summer activities for kids.
hello,
i havent used functionality like ftp, smtp, dhcp etc. so how to remove it and will it help to
in reducing the code size more than 10Kb?
i want to use RCM 3710 but my code size is approximatly 266kb.so i i want to reduce it up to 256kb.

Thanks in Advance
Swati

jjbaumert wrote:
Does your application compile on the RCM3315 and does not compile
RCM3700? I am interested in seeing the map file for the RCM3315.

Joel

--- In r..., "davariswati"
wrote:
>
> hello,
> Iam getting following error when I complie the program with RCM
3700
> as Target.
> ERROR DKENTRY.LIB : Out of root code space, try moving code to
XMEM.
> when i removed some of CGIs 1st error is not occuring but following
2
> errors are occuring,
> ERROR SFLASH.LIB : Undefined (but used) global label sf_blocksize
> ERROR SFLASH.LIB : Undefined (but used) global label sf_dev
>
> Is any setting changes needed to switch from RCM3315 to RCM3700
>
> I have added #define xmem
>
> please help me.
>
> Thanks in advance.
>

---------------------------------
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains.

Memfault Beyond the Launch