Page 1 of 1

problem after conf.oil changes

Posted: Mon Mar 29, 2021 11:26 am
by Dim
Hello collegues!

1.
Here it is problem. I compiled test project succesfully first time:
Please see "first compilation.png"

Then I have edit cong.oil (just simply put space symbol somewhere in a commnet). Folders "erika" and "out" came removed. It's OK
Please see "clean Erika.png"

Then I try to build the project again (cntrl+B). RT-Druid generates folders "erika" and "out" below folder "out" as shown on screenshot:

Please see "after conf_oil edit.png"

So I can't rebuild the project anymore.
What the problem, please?

2. For example I have newest ILLD for my Infineon TC297. How I can update iLLD to newer one in Erika's project?


Best regards,
Dmitriy

Re: problem after conf.oil changes

Posted: Fri Apr 09, 2021 3:03 pm
by Dim
Hello,

I found out the problem is only with 32bits G65. 64 bits works fine.

One more question. How I can add a folder with .c source code files to my project?

I found one only for source code file but not for folder:
APPDATA tricore_full_1 {
APP_SRC = "code.c";
};

Thank you in advance,
Dim

Re: problem after conf.oil changes

Posted: Sat Apr 10, 2021 8:09 am
by paolo.gai
I guess you can specify relative paths... Rh850 demos should have them on examples if I am not wrong.

Ciao

Pj

Re: problem after conf.oil changes

Posted: Wed Feb 09, 2022 9:53 am
by girgin
Hello Dim,
I have project based on Erika-3, generated by RT-druid. I tried to write adc reading code or led bilinking code but I builded code always retun fault How I do it, could you help me please?