Page 1 of 1

S32K144EVB Example

Posted: Sat Dec 21, 2019 2:38 am
by Archie
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 4398 times

Re: S32K144EVB Example

Posted: Sat Dec 21, 2019 3:43 am
by Archie
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 4396 times
but i has already define the Compiler and s32 sdk path.
please help me,thanks in advance。

Re: S32K144EVB Example

Posted: Sun Dec 22, 2019 9:08 am
by paolo.gai
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