Skip to content

the very first build fails #9

@lukasnee

Description

@lukasnee

after pulling repo the first build fails. Every other build is successful

` *  Executing task: ./utils/flash.sh -p higgs -t release -b 

building release
git hash: d7e2661
-- The C compiler identification is GNU 10.3.1
-- The CXX compiler identification is GNU 10.3.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - failed
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/arm-none-eabi-gcc
-- Configuring done
-- Generating done
-- Build files have been written to: /home/lukasnee/dev/git/1/fibration/.build/release
Scanning dependencies of target higgs
[  1%] Building CXX object modules/higgs/CMakeFiles/higgs.dir/__/__/system/core/memory.cpp.obj
[  2%] Building CXX object modules/higgs/CMakeFiles/higgs.dir/__/__/system/core/main.cpp.obj
[  3%] Building CXX object modules/higgs/CMakeFiles/higgs.dir/__/__/system/core/system.cpp.obj
[  4%] Building CXX object modules/higgs/CMakeFiles/higgs.dir/__/__/system/dsp/sample.cpp.obj
[  6%] Building CXX object modules/higgs/CMakeFiles/higgs.dir/__/__/system/utilities/stringContainer.cpp.obj
arm-none-eabi-g++: fatal error: /usr/share/gcc-arm-none-eabi-10.3-2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/lib/nosys.specs: attempt to rename spec 'link_gcc_c_sequence' to already defined spec 'nosys_link_gcc_c_sequence'
compilation terminated.
make[2]: *** [modules/higgs/CMakeFiles/higgs.dir/build.make:76: modules/higgs/CMakeFiles/higgs.dir/__/__/system/core/memory.cpp.obj] Error 1
make[2]: *** Waiting for unfinished jobs....
arm-none-eabi-g++: fatal error: /usr/share/gcc-arm-none-eabi-10.3-2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/lib/nosys.specs: attempt to rename spec 'link_gcc_c_sequence' to already defined spec 'nosys_link_gcc_c_sequence'
compilation terminated.
make[2]: *** [modules/higgs/CMakeFiles/higgs.dir/build.make:115: modules/higgs/CMakeFiles/higgs.dir/__/__/system/dsp/sample.cpp.obj] Error 1
arm-none-eabi-g++: fatal error: /usr/share/gcc-arm-none-eabi-10.3-2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/lib/nosys.specs: attempt to rename spec 'link_gcc_c_sequence' to already defined spec 'nosys_link_gcc_c_sequence'
compilation terminated.
arm-none-eabi-g++: fatal error: /usr/share/gcc-arm-none-eabi-10.3-2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/lib/nosys.specs: attempt to rename spec 'link_gcc_c_sequence' to already defined spec 'nosys_link_gcc_c_sequence'
compilation terminated.
make[2]: *** [modules/higgs/CMakeFiles/higgs.dir/build.make:63: modules/higgs/CMakeFiles/higgs.dir/__/__/system/core/main.cpp.obj] Error 1
make[2]: *** [modules/higgs/CMakeFiles/higgs.dir/build.make:102: modules/higgs/CMakeFiles/higgs.dir/__/__/system/utilities/stringContainer.cpp.obj] Error 1
[  7%] Building CXX object modules/higgs/CMakeFiles/higgs.dir/__/__/system/dsp/oscillator.cpp.obj
[  8%] Building CXX object modules/higgs/CMakeFiles/higgs.dir/__/__/system/dsp/math.cpp.obj
arm-none-eabi-g++: fatal error: /usr/share/gcc-arm-none-eabi-10.3-2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/lib/nosys.specs: attempt to rename spec 'link_gcc_c_sequence' to already defined spec 'nosys_link_gcc_c_sequence'
compilation terminated.
make[2]: *** [modules/higgs/CMakeFiles/higgs.dir/build.make:89: modules/higgs/CMakeFiles/higgs.dir/__/__/system/core/system.cpp.obj] Error 1
arm-none-eabi-g++: fatal error: /usr/share/gcc-arm-none-eabi-10.3-2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/lib/nosys.specs: attempt to rename spec 'link_gcc_c_sequence' to already defined spec 'nosys_link_gcc_c_sequence'
compilation terminated.
make[2]: *** [modules/higgs/CMakeFiles/higgs.dir/build.make:128: modules/higgs/CMakeFiles/higgs.dir/__/__/system/dsp/math.cpp.obj] Error 1
[  9%] Building CXX object modules/higgs/CMakeFiles/higgs.dir/__/__/system/peripherals/interfaces/i2sIF.cpp.obj
arm-none-eabi-g++: fatal error: /usr/share/gcc-arm-none-eabi-10.3-2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/lib/nosys.specs: attempt to rename spec 'link_gcc_c_sequence' to already defined spec 'nosys_link_gcc_c_sequence'
compilation terminated.
make[2]: *** [modules/higgs/CMakeFiles/higgs.dir/build.make:141: modules/higgs/CMakeFiles/higgs.dir/__/__/system/dsp/oscillator.cpp.obj] Error 1
arm-none-eabi-g++: fatal error: /usr/share/gcc-arm-none-eabi-10.3-2021.10/bin/../lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/lib/nosys.specs: attempt to rename spec 'link_gcc_c_sequence' to already defined spec 'nosys_link_gcc_c_sequence'
compilation terminated.
make[2]: *** [modules/higgs/CMakeFiles/higgs.dir/build.make:154: modules/higgs/CMakeFiles/higgs.dir/__/__/system/peripherals/interfaces/i2sIF.cpp.obj] Error 1
make[1]: *** [CMakeFiles/Makefile2:112: modules/higgs/CMakeFiles/higgs.dir/all] Error 2
make: *** [Makefile:84: all] Error 2
build failed
project higgs ELF file does not exist or not built

 *  The terminal process "/usr/bin/bash '-c', './utils/flash.sh -p higgs -t release -b'" terminated with exit code: 255. 
 *  Terminal will be reused by tasks, press any key to close it. 
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions