Page 1 of 1

Reprogramming the Easyweb2 source code with IAR EW

Posted: Wed Jan 21, 2009 3:23 am
by Yongwon
I used the IAR EW compiler Evaluation Version (Ver 4.20, 30 days limited).
When I made the project and compiled there were so many errors, so that I started to debug the compiling from the main file, "easyweb.c".
When I clicked the 'make' button on the IAR, the all of the 100 errors are about "Error[Pe020]: identifier "sfrb" is undefined" or about 'sfrw'.
Could you show me the way how can I reprogramming the original code of easyweb2?

Thank you in advance.

Posted: Mon Jan 26, 2009 10:20 am
by atmoss
why you want to reprogaming??

i was testing the olimex original code form using IAR and works fine.

no code errors, just clicking "rebuild all" AND DEBUG.

if you want make your own application, it is just modify the original code.

Reprogramming the Easyweb2 source code with IAR EW

Posted: Tue Feb 10, 2009 7:22 pm
by Yongwon
I fixed this problem with downlaoding the new files.
There were new files with .eww matched for IAR new version in the website.
Thank you for your help.