This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where and how we define :DEF:__EVAL and :DEF:__RTX

Hi,

I am looking at an example of project for Samsung board S3C440 using IDE Keil uVision v4.50.0.0

In S3C2440.S: file they are using symbol __EVAL as given below

IF :DEF:__EVAL

DCD 0x4000

ELSE

DCD ||Image$$ER_ROM1$$RO$$Length||+\

||Image$$RW_RAM1$$RW$$Length||

ENDIF

__EVAL is defined some where

as in S3C2440.lst I can see that it is used as explain below

856 00000014 IF :DEF:__EVAL

857 00000014 00004000 DCD 0x4000

858 00000018 ELSE

861 ENDIF

I want to disable __EVAL but unable to find it is defined

How and where it is defined???

Please advice

Similarly I want to define __RTX to activate this part of source code

IF :DEF:__RTX

IRQ_Addr DCD IRQ_Handler_RTX

ELSE

IRQ_Addr DCD IRQ_Handler

ENDIF

Where and how I can enable __RTX

Please advice

Please advice

Thanks and best regards
Waseem Ahmed
416-564-0744

0