armory: [Linux (C)] unable to compile project

unable to compile a Linux © HashLink project on Ubuntu.

Armory is producing the linux © HashLink project correctly, using the lastest SDK. But the project will not compile manually.

I tried the command “make” in the produced “Release” directory as per the documentation :

Afterwards, you can compile the project using the generated makefile in blend_file_location/build_projectname/linux-hl-build/Release

but it will return a full list of errors when trying to compile, and return the following:

makefile:11: recipe for target 'kore_sources.o' failed

About this issue

  • Original URL
  • State: open
  • Created 5 years ago
  • Comments: 16 (11 by maintainers)

Commits related to this issue

Most upvoted comments

Check the : Build status

After I installed CodeBlocks IDE on Ubuntu, it seems that the project is able to compile in CodeBlocks now…

Refer to the WIKI: https://github.com/Kode/Kha/wiki/Linux

The Linux target creates C++ and OpenGL or Vulkan based project files for Code::Blocks and CLion in addition to a makefile. To make the CLion project work it can be necessary to restart CLion once after loading the project.