[Linux (C)] unable to compile project
See original GitHub issueunable 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:
- Created 4 years ago
- Comments:16 (11 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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?