paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] Changes on conf/Makefile.sim are not taking effect


From: Felix Ruess
Subject: Re: [Paparazzi-devel] Changes on conf/Makefile.sim are not taking effect
Date: Mon, 12 May 2014 19:01:59 +0200

If all you want to change is the compiler, the easiest way is to make sure the desired compiler comes first in your PATH environment variable:
export PATH=/path/to/my/compiler:$PATH
Then that one will automatically be used without any Makefile changes.

If you have multiple paparazzi directories and/or have the PAPARAZZI_SRC env var set, make sure it points to the correct one...


On Wed, May 7, 2014 at 1:21 PM, Ismael Marín Carrión <address@hidden> wrote:
Hello, I am modifying some parameters in conf/Makefile.sim, cos' I want
to use a different compiler to compile Microjet. However, the changes
made to this file are not taken into account, when it compiles. In fact,
if a run

make -p -C /paparazzi_path -f Makefile.ac AIRCRAFT=Microjet sim.compile

I can see that it is taking the original conf/Makefile.sim. Do you have
any idea of why is not considering the changes?

Thanks in advance.


_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]