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
IRQ_Addr DCD IRQ_Handler
Where and how I can enable __RTX
Thanks and best regards Waseem Ahmed 416-564-0744