############################################################################## # # # IAR ARM ANSI C/C++ Compiler V4.42A/W32 EVALUATION 14/Jan/2011 23:28:12 # # Copyright 1999-2005 IAR Systems. All rights reserved. # # # # Cpu mode = interwork # # Endian = little # # Stack alignment = 4 # # Source file = D:\pasha\elf\googlecode\MySMSYS\Mss3\GlobalVariable. # # cpp # # Command line = D:\pasha\elf\googlecode\MySMSYS\Mss3\GlobalVariable. # # cpp -D NEWSGOLD -D ELKA -D LANG_EN -lcN # # D:\pasha\elf\googlecode\MySMSYS\Mss3\Release_ELKA_EN # # \List\ -o D:\pasha\elf\googlecode\MySMSYS\Mss3\Relea # # se_ELKA_EN\Obj\ -s9 --no_unroll --cpu_mode arm # # --endian little --cpu ARM926EJ-S --stack_align 4 # # --interwork -e --fpu None --eec++ --dlib_config # # "D:\pasha\Embedded Workbench 4.0 # # Evaluation2\ARM\LIB\dl5tpainl8n.h" -I # # "D:\pasha\Embedded Workbench 4.0 # # Evaluation2\ARM\INC\" --inline_threshold=2 # # List file = D:\pasha\elf\googlecode\MySMSYS\Mss3\Release_ELKA_EN # # \List\GlobalVariable.lst # # Object file = D:\pasha\elf\googlecode\MySMSYS\Mss3\Release_ELKA_EN # # \Obj\GlobalVariable.r79 # # # # # ############################################################################## D:\pasha\elf\googlecode\MySMSYS\Mss3\GlobalVariable.cpp 1 #include "include.h" 2 3 //SDLIST *sdltop=0; 4 5 char sms_dat[128]; 6 char main_folder[128]; 7 //char ems_admin_dat[128]; 8 9 const int softkeys[]={0,1,2}; 10 const int minus11=-11; 11 12 SOFTKEY_DESC sel_menu_sk[]= 13 { 14 {0x0018,0x0000,(int)LGP_NULL}, 15 {0x0001,0x0000,(int)LGP_NULL}, 16 {0x003D,0x0000,(int)LGP_DOIT_PIC} 17 }; 18 19 const SOFTKEYSTAB sel_menu_skt= 20 { 21 sel_menu_sk,0 22 }; 23 24 25 Segment part sizes: Function/Label Bytes -------------- ----- sms_dat 128 main_folder 128 softkeys 12 minus11 4 sel_menu_sk 24 sel_menu_skt 8 ? 24 Others 24 24 bytes in segment DATA_C 24 bytes in segment DATA_I 24 bytes in segment DATA_ID 256 bytes in segment DATA_Z 24 bytes in segment INITTAB 0 bytes of CODE memory (+ 24 bytes shared) 48 bytes of CONST memory 280 bytes of DATA memory Errors: none Warnings: none