LibrePilot Forum

General Category => General Discussion => Topic started by: zukenj on July 12, 2017, 01:47:19 pm

Title: Error compiling Next
Post by: zukenj on July 12, 2017, 01:47:19 pm
Hello,

I am using Kubuntu, and I compiled a couple of weeks ago and now I am getting an error that pios_gsm.c is needed by pios_gsm.o:

generating flight code
make[4]: *** No rule to make target `/home/zuken/code/librepilot/flight/pios/stm32f10x/pios_dsm.c', needed by `/home/zuken/code/librepilot/build/firmware/fw_coptercontrol/pios_dsm.o'.  Stop.


I did the git pull and is Already up-to-date, then I did make package and I get the error

Appreciated any help
Title: Re: Error compiling Next
Post by: f5soh on July 12, 2017, 02:37:07 pm
You should try again starting with a 'make all_clean' before building again.

https://forum.librepilot.org/index.php?topic=3638.msg24868#msg24868
Title: Re: Error compiling Next
Post by: zukenj on July 12, 2017, 03:31:21 pm
 :-[ I keep forgetting the make all_clean.

Thanks f5soh