Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building Bixler fails #1

Open
MJafarMashhadi opened this issue Jul 23, 2020 · 1 comment
Open

Building Bixler fails #1

MJafarMashhadi opened this issue Jul 23, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@MJafarMashhadi
Copy link
Owner

python pprz_tester/run_test.py --build --gcs Bixler

make: Entering directory '/home/ict520c/Documents/paparazzi'
-----------------------------------------------------------------------
Paparazzi version v5.15_devel-229-g3fb4ee4d5-dirty
-----------------------------------------------------------------------
#######################################
# BUILD AIRCRAFT=Bixler, TARGET nps
#######################################
make[1]: Entering directory '/home/ict520c/Documents/paparazzi'
GENERATE /home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/generated/radio.h from radios/cockpitSX.xml
make[1]: Leaving directory '/home/ict520c/Documents/paparazzi'
make[1]: Entering directory '/home/ict520c/Documents/paparazzi'
GENERATE /home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/generated/flight_plan.h from flight_plans/versatile.xml
No SRTM data found to check altitude.
NOTICE: low altitude (185<185+25) in <waypoint Y="20.0" X="80.0" NAME="TD" ALT="185.0"/>
GENERATE /home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/flight_plan.xml from flight_plans/versatile.xml
make[1]: Leaving directory '/home/ict520c/Documents/paparazzi'
make[1]: Entering directory '/home/ict520c/Documents/paparazzi'
GENERATE /home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/generated/airframe.h from airframes/examples/bixler_lisa_m_2.xml
GENERATE autopilots in /home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/generated/
GENERATE /home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/generated/modules.h
GENERATE /home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/generated/periodic_telemetry.h from telemetry/default_fixedwing_imu.xml
GENERATE /home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/generated/settings.h
make[1]: Leaving directory '/home/ict520c/Documents/paparazzi'
Info: module 'imu_common.xml' has been loaded several times for target ap, merging options
Info: module 'gps.xml' has been loaded several times for target ap, merging options
Info: module 'gps.xml' has been loaded several times for target sim, merging options
Info: module 'imu_common.xml' has been loaded several times for target nps, merging options
Info: module 'gps.xml' has been loaded several times for target nps, merging options
cd sw/airborne; make -j8 TARGET=nps all
make[1]: Entering directory '/home/ict520c/Documents/paparazzi/sw/airborne'
Paparazzi jsbsim package found: yes
CC /home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/mcu.o
CC /home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/arch/sim/mcu_arch.o
CC /home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/mcu_periph/sys_time.o
cc: error trying to exec 'cc1': execvp: No such file or directory
/home/ict520c/Documents/paparazzi/conf/Makefile.nps:109: recipe for target '/home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/mcu.o' failed
make[1]: *** [/home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/mcu.o] Error 1
make[1]: *** Waiting for unfinished jobs....
cc: error trying to exec 'cc1': execvp: No such file or directory
/home/ict520c/Documents/paparazzi/conf/Makefile.nps:109: recipe for target '/home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/arch/sim/mcu_arch.o' failed
make[1]: *** [/home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/arch/sim/mcu_arch.o] Error 1
cc: error trying to exec 'cc1': execvp: No such file or directory
/home/ict520c/Documents/paparazzi/conf/Makefile.nps:109: recipe for target '/home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/mcu_periph/sys_time.o' failed
make[1]: *** [/home/ict520c/Documents/paparazzi/var/aircrafts/Bixler/nps/mcu_periph/sys_time.o] Error 1
make[1]: *** wait: No child processes.  Stop.
Makefile.ac:310: recipe for target 'nps.compile' failed
make: *** [nps.compile] Error 2
make: Leaving directory '/home/ict520c/Documents/paparazzi'
Traceback (most recent call last):
  File "pprz_tester/run_test.py", line 131, in <module>
    build()
  File "pprz_tester/run_test.py", line 80, in build
    build = subprocess.check_call(command, env={
  File "/usr/lib/python3.8/subprocess.py", line 364, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '-C', '/home/ict520c/Documents/paparazzi', '-f', 'Makefile.ac', 'AIRCRAFT=Bixler', 'nps.compile']' returned non-zero exit status 2.

@MJafarMashhadi MJafarMashhadi added the bug Something isn't working label Jul 23, 2020
@MJafarMashhadi MJafarMashhadi self-assigned this Jul 23, 2020
@MJafarMashhadi MJafarMashhadi removed their assignment Jul 29, 2020
@MJafarMashhadi
Copy link
Owner Author

Now Microjet fails too. Great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant