CMAKE Implementation on the NXP S32K148

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

CMAKE Implementation on the NXP S32K148

453 Views
Prem_Venkata_Subbarao
Contributor II

Hi,

I keep encountering assembly problems when attempting to run the make that is created from the CMakeLists for the S32K148 NXP code.

I included the definitions from the S32 Design Studio and specified arm-none-eabi-gcc as the compiler.

Please refer to the list of errors that is included. Please provide me some tips on how to approach the issue.

Regards,

Prem Venkata Subbarao Annam

0 Kudos
1 Reply

305 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

sorry for a quite long delay, nobody have experience with cmake here.  At first glance it looks that there is may be missing some macro for inline assembly (strange is that it is in header) or simply missing some " character in that particular header. 

0 Kudos