question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Linux (C)] unable to compile project

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:16 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
moxiaomomocommented, Feb 9, 2020

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.

0reactions
notwarpcommented, Aug 11, 2021

ok thanks I’ve just updated the SDK in the addon panel of Armory. Is still impossible for me compile using Vulkan API, that you know, there are some steps other than the installation of the Vulkan SDK to do before build the project?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to compile simple c program in Linux Mint 15
Unable to compile simple c program in Linux Mint 15 · 4. Try sudo aptitude update then sudo aptitude upgrade then sudo aptitude...
Read more >
Linux compilation does not work, results in error: No such file ...
Visual Studio 2019, 16.1.3 - fails to compile, results in error: ... In this project I'm using another hack - most of code...
Read more >
Unable to Compile a Simple Test Program
I just dual booted Linux and installed CLion to begin my first C++ program but I am getting this error upon starting a...
Read more >
Can not compile any C code under Xubuntu - Ask Ubuntu
Try removing gcc and re-installing it again. To remove: sudo apt-get purge gcc. To install it again: sudo apt-get update sudo apt-get ...
Read more >
Failed to compile with make command - linux - Super User
Double click on the "Path" variable. You can see a window "Edit environment variable". Delete the two paths C:\cygwin and C:\Program Files\mingw ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found