Is there some project ready to build for the IAR compiler? I tried to port the LCD example for the MB393 Eval board but I failed. (Well, I need a little time to know why, but driving the LCD isn't prior) Thanx Manu
''inline'' in emi.h : error message inline void EMI_Config(u8 Bank, u16 Config) Error[Pe077]: this declaration has no storage class or type specifier D:\...\STR710_EVAL_LCD\include\emi.h 35 Is there any project option to rectify that ?
My problem is my JTAG debugger is an ione (from Isystem), so I have to use the winIDEA IDE to debug my projects. There are so many options that I don't control yet that I cannot to what I want. For example : i cannot compile a project under winIDEA in order to debug it whereas I can compile it under EWAR and I cannot download it to the microprocessor... i would have prefer my boss buy the RVDK toolsuite...
My problem is my JTAG debugger is an ione (from Isystem), so I have to use the winIDEA IDE to debug my projects. There are so many options that I don't control yet that I cannot to what I want. For example : i cannot compile a project under winIDEA in order to debug it whereas I can compile it under EWAR and I cannot download it to the microprocessor... i would have prefer my boss buy the RVDK toolsuite...
OK, I can compile almost all my LCD project under winIDEA but I still have a problem with the linker xlink.exe :
--------------- Standard OUTPUT from linking. --------------- IAR Universal Linker V4.59O/386 Error[e46]: Undefined external ''?main'' referred in ?program_start ( D:\STR710_EVAL_LCD\Debug\71x_init.r79 ) 1 400 bytes of CODE memory (+ 57 992 range fill ) 6 144 bytes of DATA memory Errors: 1 Warnings: none --------------- Standard ERROR from linking. --------------- Maybe the lnkarm_ram.xcl isn't proper for my processor (str710F) / aplication?