You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/src/binary/elf/linker.c.obj:(.bss+0x58): first defined here
/usr/bin/ld: CMakeFiles/nature.dir/utils/type.c.obj:(.bss+0x60): multiple definition of `ct_symdef_size'; CMakeFiles/nature.dir/src/binary/elf/linker.c.obj:(.bss+0x60): first defined here/usr/bin/ld: CMakeFiles/nature.dir/utils/type.c.obj:(.bss+0x68): multiple definition of `rt_rtype_ptr'; CMakeFiles/nature.dir/src/binary/elf/linker.c.obj:(.bss+0x68): first defined here/usr/bin/ld: CMakeFiles/nature.dir/utils/type.c.obj:(.bss+0x70): multiple definition of `rt_fndef_ptr'; CMakeFiles/nature.dir/src/binary/elf/linker.c.obj:(.bss+0x70): first defined here/usr/bin/ld: CMakeFiles/nature.dir/utils/type.c.obj:(.bss+0x78): multiple definition of `rt_symdef_ptr'; CMakeFiles/nature.dir/src/binary/elf/linker.c.obj:(.bss+0x78): first defined here
collect2: error: ld returned 1 exit status
gmake[2]: *** [CMakeFiles/nature.dir/build.make:721: nature] Error 1
gmake[2]: Leaving directory '/home/projects/nature/build-release'
gmake[1]: *** [CMakeFiles/Makefile2:221: CMakeFiles/nature.dir/all] Error 2
gmake[1]: Leaving directory '/home/projects/nature/build-release'
gmake: *** [Makefile:166: all] Error 2
The text was updated successfully, but these errors were encountered:
build
nature-lang.org/docs
cmake -B build-release -DCMAKE_TOOLCHAIN_FILE=$(pwd)/cmake/linux-amd64-toolchain.cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCPACK_OUTPUT_FILE_PREFIX=$(pwd)/release
cmake --build build-release
The text was updated successfully, but these errors were encountered: