makefile problems

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

makefile problems

636 Views
giannigrondona
Contributor III

Hi

I wrote a project under MCUXpresso IDE version 10.0.2. when I change a single source file the compiler works only on the files I changed before. The linker script is managed by MCUXpresso IDE.

The problem comes up when I choose a  linker script file different from that managed by MCUXpresso IDE, I need to use  my own  linker script file.In that case when I change a single source file the compiler compiles all my source files and it takes a lot of time. ( my project contains a lot of source files).

I need to solve this problem.

Thank you

Best Regards

Giovanni

0 Kudos
Reply
1 Reply

482 Views
lpcxpresso_supp
NXP Employee
NXP Employee

What exactly have you done to reconfigure your project to use your own linker script? I would not expect doing this would trigger the problem you describe.

Note : Details of how to modify (and disable) the managed linker script mechanism can be found in chapter 14, "Memory Configuration and Linker Scripts" of the MCUXpresso IDE v10.1 User Guide.

Regards,

MCUXpresso IDE Support

0 Kudos
Reply