paparazzi / paparazzi

Paparazzi is a free and open-source hardware and software project for unmanned (air) vehicles. This is the main software repository.
http://paparazziuav.org
GNU General Public License v2.0
1.55k stars 1.13k forks source link

compile use terminal linux #2576

Closed mohammad78741 closed 3 years ago

mohammad78741 commented 4 years ago

hi i trying compile use this command for compile:make -C /home/mohammad/paparazzi -f Makefile.ac AIRCRAFT=bebop2 ap.compile but i have this error: Makefile:45: *** Architecture not set, maybe you forgot to add the target? e.g. . Stop please help me thanks.

EwoudSmeur commented 4 years ago

You can compile on the command line, but it is easier to call: ./select_conf.py, and select the user configuration (set of airframes) that you want to use. Then you get the paparazzi center user interface, where you can select an airframe, compile it, and upload/simulate.

EwoudSmeur commented 4 years ago

Oh and before that it is good to do a top level make: ~/paparazzi$ make clean && make

OpenUAS commented 3 years ago

@mohammad78741 feel free to reopen if you feel the issue is not handled like you expected and you have more information of the tips given by @EwoudSmeur worked good enough for you.