Create New Makefile

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

Create New Makefile

139 Views
abdrhmn
Contributor I

Hi,

would like to ask is it possible to create a new makefile to replace the build_release.sh in armgcc for the provided sdk example?

By the way, I work on imx8ulp  

0 Kudos
3 Replies

120 Views
brian14
NXP TechSupport
NXP TechSupport

Hi @abdrhmn

Thank you for contacting NXP Support.

Could you please help me with more details about the reason to create a new makefile?

Have a great day!

0 Kudos

111 Views
abdrhmn
Contributor I

Hi, 

Currently, the sdk example that nxp provided is using cmake file to generate .bin file. I wanted to convert it to use a makefile instead of cmake. It is part of the requirement needed for the company I'm working on.

I try to manually convert to makefile but having some problem when involving assembly code in c files. I'm getting this:

Error: no such instruction: `mov'.

There is no issue if I use cmake (./build_release.sh) that nxp provided. 

Is there is any setting/flags needed to be enable to solve this issue?

 

 

0 Kudos

72 Views
brian14
NXP TechSupport
NXP TechSupport

Hi @abdrhmn,

By now, there is no documentation or insight to help you to support that build process.

Have a great day!

0 Kudos