I'm trying to cross compile (for armv7a and aarch64, android) the gettext library (dependency for glib). The configuration and compilation is successful, but du
On Qt5 project using Microsoft compiler, the qmake .pro project file have DATE = $$system(wmic os get LocalDateTime > $$OUT_PWD/wmic.txt) DATE = $$cat($$OUT_
I am making something in Raylib C++ and every time I open the .exe file, the console and the raylib window opens up. How can stop/hide the console from opening
Dear fellow programmers, Currently I am working on implementing a Microsoft RPC server / client program on Windows. Using nmake, I managed to compile the client
I am trying to include <gmp.h> in my project. A very simple Makefile compiles it successfully: CC=gcc -std=c11 -w LIBR=-lm -lgmp FLAGS=-O0 all: test tes
I am trying to create a makefile that can compile multiple programs. It has a list of programs and will compile each one separately. Every program has pretty mu
While generating a new library we can specify dependencies in Android.mk .For Example there are header dependencies which can be specified in LOCAL_C_INCLUDES,
I am willing to work with code spgrid_topo_opt which needs taichi legacy to be installed first. To install taichi legacy following the instruction on the page I
I have this error when I make project in WSL(Ubuntu 20.04). And I have installed LLVM and Clang.Hou should I do? Kconfig Makefile README.md build configs i
I put @echo "============= $(TOOLPREFIX) =================" in line 34 of Makefile of xv6 used by many OS courses, in hope of printing out the value of variabl
The GNU make manual introduces order-only prerequisites: target: prerequisite1 prerequisite2 | orderonlyprerequisite1 orderonlyprerequisite2 However, while tha
Let say I have a simple c-library project, the layout is as follows - src/ - square_root.c - log.c - power.c - newton_method.c - include
I am compiling gcc 8.5 from source on a linux cluster in my home directory (no root access). I have exported -L/MYHOME/lib/' to CFLAGS, LDFLAGS, LD_LIBRARY_PATH
I have a MakeFile file in the following way: conf: cd teste nano teste However, when i execute make conf, he does not enter in the di
I got following error. make g device/My_Kernel.cl -v My_Kernel.aocx make: g: Command not found Makefile:158: recipe for target 'My_Kernel.aocx' failed make: [M
I'm starting to use Sonata with Symfony 4. I try to generate an admin with the command line "make:sonata:admin" and i've an error at the end of the process like
I'm trying to build the wireguard-android sources on my windows machine, fixing the problems step by step with trial and error. I have CMake and Make installe
I was trying to install mesos latest version(1.9.0) on the ubuntu 20.04 using Dockefile. FROM ubuntu:20.04 ENV MESOS_VERSION 1.9.0 ENV MESOS_ARTIFACT_FILENAME
I want to build my C++ applications from the Windows PowerShell command line using CMake and MinGW. When I do this in the "normal way," with these commands: m
I've been working on a Makefile but having two issues. The application directory contains autotools files for a Yocto build but for development I'd like to do b