Build the example on S32DS with S32K144EVB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Build the example on S32DS with S32K144EVB

260 Views
Kapila
Contributor II

HI friends, I am new to S32DS ide set up and use. I am trying to use S32K144EVB-Q100 to have hands on experiencing by retyping the C code in example Project HelloClocks. I have exactly copied but there is error in build as Undefined reference to SOSC_init_80MHZ. Request to solve the issue.

arm-none-eabi-gcc -o "S32K144_Project_HelloClocks1.elf" "@S32K144_Project_HelloClocks1.args"
./src/main.o: In function `main':
C:\Users\kapilap6\workspaceS32DS.ARM.2.2\S32K144_Project_HelloClocks1\Debug/../src/main.c:72: undefined reference to `SOSC_init_8MHZ'
collect2.exe: error: ld returned 1 exit status
make: *** [makefile:42: S32K144_Project_HelloClocks1.elf] Error 1

0 Kudos
Reply
1 Reply

248 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @Kapila 

Could you share your project so I can try to replicate your issue?

 

B.R.

VaneB

 

0 Kudos
Reply