-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I occasionally get the following error when using make. Any idea what might be causing this. I also recompiled all the functions in MATALB before running make.
/mnt/d/research/git/Cassie_CFROST/Cassie_two_step/opt_two_step_ds/periodic/c_code/src/gen/J_dxDiscreteMapLeftImpactDoubleSupport.cc: In function ‘void frost::gen::J_dxDiscreteMapLeftImpactDoubleSupport(double*, const double*)’: /mnt/d/research/git/Cassie_CFROST/Cassie_two_step/opt_two_step_ds/periodic/c_code/src/gen/J_dxDiscreteMapLeftImpactDoubleSupport.cc:96209:1: internal compiler error: Segmentation fault } ^ mmap: Cannot allocate memory Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions. /mnt/d/research/git/Cassie_CFROST/Cassie_two_step/opt_two_step_ds/periodic/c_code/src/gen/J_dxDiscreteMapRightImpactDoubleSupport.cc: In function ‘void frost::gen::J_dxDiscreteMapRightImpactDoubleSupport(double*, const double*)’: /mnt/d/research/git/Cassie_CFROST/Cassie_two_step/opt_two_step_ds/periodic/c_code/src/gen/J_dxDiscreteMapRightImpactDoubleSupport.cc:96209:1: internal compiler error: Segmentation fault } ^ CMakeFiles/program.dir/build.make:5126: recipe for target 'CMakeFiles/program.dir/src/gen/J_dxDiscreteMapLeftImpactDoubleSupport.cc.o' failed make[2]: *** [CMakeFiles/program.dir/src/gen/J_dxDiscreteMapLeftImpactDoubleSupport.cc.o] Error 1 make[2]: *** Waiting for unfinished jobs.... Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions. CMakeFiles/program.dir/build.make:5174: recipe for target 'CMakeFiles/program.dir/src/gen/J_dxDiscreteMapRightImpactDoubleSupport.cc.o' failed make[2]: *** [CMakeFiles/program.dir/src/gen/J_dxDiscreteMapRightImpactDoubleSupport.cc.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/program.dir/all' failed make[1]: *** [CMakeFiles/program.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2