S32K144EVB Example

Forum related to ERIKA Enterprise and RT-Druid version 3

Moderator: paolo.gai

Post Reply
Archie
Newbie
Posts: 5
Joined: Sat Dec 14, 2019 9:16 am

S32K144EVB Example

Post by Archie » Sat Dec 21, 2019 2:38 am

I created a S32K144EVB Event Demo Project. I has refrenced the NXP S32K1xx - Application build on Windows.
when i build the project,it's report error:
make all
make[1]: *** /cygdrive/e/Users/xueshawu/eclipse-workspace/S32K144/erika: No such file or directory. Stop.
make: *** [makefile:97: /cygdrive/e/Users/xueshawu/eclipse-workspace/S32K144/erika/mk/ee.mk] Error 2

when i clean the project,it's report error:
make clean
make[1]: *** /cygdrive/e/Users/xueshawu/eclipse-workspace/S32K144/erika: No such file or directory. Stop.
make: *** [makefile:97: /cygdrive/e/Users/xueshawu/eclipse-workspace/S32K144/erika/mk/ee.mk] Error 2

it's miss some files?
i‘m a noob for erika,please help me.
my eclipse is GH61,my project seeting:
Project seeting
Project seeting
12.png (31.23 KiB) Viewed 4272 times

Archie
Newbie
Posts: 5
Joined: Sat Dec 14, 2019 9:16 am

Re: S32K144EVB Example

Post by Archie » Sat Dec 21, 2019 3:43 am

i has reinstalled the cygwin64 to fix the error,it's report error:

/cygdrive/c/Users/xueshawu/ECLIPS~2/S32K14~1/erika/pull/ee_oscfg_mk.txt:87: *** Compiler not found. Provided path is 'preference_cortex_m__path_for_s32_sdk not defined'. Stop.
make[1]: *** [makefile:81: mk] Error 2
make[1]: Leaving directory '/cygdrive/c/Users/xueshawu/ECLIPS~2/S32K14~1/erika'
make: *** [makefile:97: /cygdrive/c/Users/xueshawu/ECLIPS~2/S32K14~1/erika/mk/ee.mk] Error 2
23.png
23.png (39.56 KiB) Viewed 4270 times
but i has already define the Compiler and s32 sdk path.
please help me,thanks in advance。

paolo.gai
Administrator
Posts: 875
Joined: Thu Dec 07, 2006 12:11 pm

Re: S32K144EVB Example

Post by paolo.gai » Sun Dec 22, 2019 9:08 am

as you said, the system is not finding the ARM compiler path and the SDK. Please check that the directories you specified are correct... That's the only thing which comes to my mind...

Ciao,

PJ

Post Reply