Hello,
i'm just trying to compile the source files for the ppm-to-usb interface as described in the main.c using the 'IAR Embedded Workbench for AVR 4.20A/W32' but it quits with the message:
"Fatal Error[Cp001]: Copy protection check, No valid license found for this product [20] "
I don't have any clue how to deal with this error. I downloaded the evalution version of the IAR-Package and got a 30-day license via email, so i should have the valid license.
Has any of you an idea how to compile this project?
thanks and greetings from Germany
Marco
Unable to compile the "PPM Rc to UBS Interface"
Re: Unable to compile the "PPM Rc to UBS Interface"
moinky wrote:Hello,
I don't have any clue how to deal with this error. I downloaded the evalution version of the IAR-Package and got a 30-day license via email, so i should have the valid license.
Has any of you an idea how to compile this project?
It is better to ask this question the IAR support. If you evaluated IAR toolset before then it is possible that evaluation license is already expired even if you requested the new one.
You have the following options:
1) try on different computer;
2) use precompiled hex files (which have extension ".a90");
3) buy the IAR;
4) <censored>.
And another one solution: port the source to gcc.
I wrote this project in order to play with IAR port of USB driver. But I do not see any problem to port the source to gcc. I cannot do it myself because I do not know avr-gcc at all.