Hi, Guys
I got this code from my internet and it is written using IAR C from IAR then I want to compie it in KEIL but after compiling it I got alot of errors from compiling from KEIL
Would you check it?
<C:\IAR\KEIL\PROJET\SOURCE.C.ZIP.RAR>
after making some research I saw that the code is written under IAR Compiler but there are still some errors can you check it?
then the errors are at lines:
1 expression required 279 expression required 1300 expression required 7323 expression required 9346 expression required 10269 expression required 15269 expression required 27269 expression required
I am waiting your replies
Hi,
from my internet Would you check it? <C:\IAR\KEIL\PROJET\SOURCE.C.ZIP.RAR>
Sorry, I don't have your internet, I have a different one. Could you pls. copy it to mine?
.
is written using IAR C from IAR
Different toolchains have different speciallities. Not all code is compileable through all the toolchains, i.e. ARM, IAR, gcc, ...
. Some parts you'll have to port, especially the startup section and compiler intrinsics (i.e. __NOP() )
. BR, /th.