New Text Document
New Text Document
About
Products
For Teams
[makefile]
Home
PUBLIC
Stack Overflow
Tags
Users
FIND A JOB
Jobs
Companies
TEAMS
What’s this?
Free 30 Day Trial
Questions tagged [makefile]
A makefile is an input file for the build control language/tool make. It specifies
targets and dependencies along with associated commands to perform (a.k.a. recipes)
to update the targets.
Learn more…
Top users
Synonyms (2)
21,882 questions
0
votes
0
answers
12 views
How can I compile a 32 bit program using a makefile
I'm attempting to make 3 separate programs mem_1.exe, mem_2.exe and mem_3.exe. I
need to make them 32 bit when I compile them and the error message does not seem to
be reflecting what I am writing. ...
c++ c makefile
asked 14 mins ago
MattTheWizard
8111 silver badge55 bronze badges
0
votes
2
answers
23 views
Control output of c++ program using makefile
I have an executable called print-word-length.cc that takes prints the length of
words using from a *.txt file. So in my makefile, ./print-word-length
</dir/dictionary.txt prints out words in the ...
c++ makefile
asked 6 hours ago
inquisitivemongoose
733 bronze badges
0
votes
0
answers
36 views
Is it safe to alter these two lines of a Makefile?
I've been trying for several days to install a C++ library dependency for a python
package I want to use. In addition to having no idea how to install something from
source (when homebrew/anaconda/pip ...
c++ macos installation makefile
asked 12 hours ago
rocksNwaves
1,8751313 silver badges2929 bronze badges
0
votes
2
answers
27 views
Subdirectories and GCC problem with MakeFile
I'm writing a makefile for a very small personal project written in C. My project
is divided into subdirectories, but the directives for these utilme are not found
even if (I think) the code is right: ...
c gcc makefile
asked 13 hours ago
Giuseppe
18611 gold badge22 silver badges1212 bronze badges
0
votes
1
answer
22 views
Makefile only prints part of echo statement
I'm writing my first makefile to compile latex code several ways (using the beamer
package), but am stuck at a very basic problem that has nothing even to do with
latex. Consider the following MWE of ...
makefile echo
asked 14 hours ago
mimuller
15566 bronze badges
0
votes
0
answers
17 views
makefile include path hierarchy?
I have a standard installed debian dev package which has an include file held
e.g. /usr/include/abcd.h But I have an updated package compiled from source which
has the include file as e.g. /home/...
linux gcc makefile
asked 14 hours ago
kalpha
3377 bronze badges
0
votes
0
answers
23 views
make command returns root folder instead of current folder in WSL2 when there is an
include with SHELL
I am trying to run some basic makefile targets but it seems that make itself is
returning the root folder / instead of the folder I am in. This causes all the
files to be be not found as it tries to ...
makefile gnu-make windows-subsystem-for-linux
asked 18 hours ago
Limonkufu
11311 silver badge77 bronze badges
0
votes
0
answers
25 views
How to output .o files into one specific folder?
I'm currently using MinGW64, G++, and a makefile to compile my c++ project on
VSCode. I have two src directories src and src/vendor/imGui containing .cpp files
that I compile. As of now, the makefile ...
c++ makefile g++ mingw-w64
asked 21 hours ago
Danny Kim
511 silver badge33 bronze badges
0
votes
0
answers
43 views
How to transfer commandlines correctly?
I'm very often confused about commandlines. See I have following go-tool: package
main import ( "fmt" "os/exec" "strings" ) type command struct { cwd ...
go makefile command-line command-line-arguments
asked yesterday
Nikolai Ehrhardt
7911 silver badge77 bronze badges
-2
votes
0
answers
22 views
GNU Make missing seperator when trying to run command globally
I am trying to run a command globally (not inside a target) in order to generate
some make targets. (Working off this example) The line in question (line 79) is: $
(foreach targetdir, $(TARGETDIRS), $(...
makefile gnu-make makefile-errors
asked yesterday
A.D
15522 silver badges77 bronze badges
0
votes
1
answer
24 views
How should i resolve 'Makefile: recipe for target '/root/<folder_name>' failed
error
I'm a newbie to Linux Kernal development and i'm trying to create a hello world
module. Code hello.c #include <linux/module.h> #include <linux/kernel.h> int
init_module() { printk(...
makefile module linux-kernel
asked yesterday
F.A. SULAIMAN
35711 gold badge22 silver badges1111 bronze badges
0
votes
0
answers
14 views
PHP Warning: PHP Startup: Unable to load dynamic library memcached.so during make
test
I am experiencing an unable to load dynamic library issue when running make test
for the github repo php-memcached. The issue: make test Build complete. Don't
forget to run 'make test'. ...
php unit-testing makefile path memcached
asked yesterday
BugfREEPls
1
1
vote
1
answer
26 views
GCC: link error while linking files from parent directory
I am getting a link error while including C files from a parent directory. I
appreciate any help or hint. hashcons_test.c imports #include "hashcons.h" // I
have tried "../hashcons.h&...
c gcc makefile
asked yesterday
Node.JS
2,06733 gold badges2727 silver badges7878 bronze badges
2
votes
2
answers
29 views
Makefile assignment to special variable .DEFAULT_GOAL is not expanded
.DEFAULT_GOAL=${IMG} BUILD_DIR=build IMG=${BUILD_DIR}/hd60M.img BIN=${addprefix $
{BUILD_DIR}/,${addsuffix .bin,${objects}}} ${IMG}:${BIN} touch $@ make -n gives the
result: make: *** No rule ...
makefile gnu-make
asked 2 days ago
Tokubara
2144 bronze badges
0
votes
1
answer
37 views
The compile file doesn´t seem to be working
I wanted to ask if the following Makefile is correctly written, because the
programme doesn´t seem to compile correctly but I´m not sure if the makefile or the
code is the problem : CC = /usr/bin/gcc ...
c makefile gnu-make
asked 2 days ago
computersciencegermany
1122 bronze badges
15
30
50
per page
1
2
3
4
5
…
1459
Next
The Overflow Blog
Podcast 309: Can’t stop, won’t stop, GameStop
Sequencing your DNA with a USB dongle and open source code
Featured on Meta
Opt-in alpha test for a new Stacks editor
Visual design changes to the review queues
Related Tags
c++ × 4242
c × 3434
gnu-make × 2962
linux × 2200
gcc × 1558
cmake × 1164
bash × 794
compilation × 744
build × 726
shell × 598
more related tags
Hot Network Questions
Why do some people believe that humans are "bad at" generating random
numbers/characters like this?
Why doesn't my pinhole image cover the film?
How to avoid being AWSed?
Is it wrong to demand features in open-source projects?
What is a good approach to handling exceptions?
How soon can we realize that we stopped aging?
How to make an arrow between arrows that is not sloped?
Ticket to Ride United Kingdom, should the technology cards be in a stack or do we
get to choose?
Pattern matching for repeated elements
How would a Steampunk voice synthesizer work?
Etiquette for replying to eager HR acting as intermediary
When I cast Simulacrum to make a copy of a creature with a feature like Rangers
Companion, do I get a free animal companion to go with it?
A Cryptic Cryptarithm
Change a mesh to a specific number of faces
How can I temporarily repair a lengthwise crack in an ABS drain pipe?
What is the purpose of Snap for Linux?
Why does this script running su never seem to terminate if I change user inside the
script?
Delete rows older than x days without locking table
Can I share a cracked version of a program originally under GPL v3?
Reasons to train lower body
Is becoming an Amazon seller profitable? Is it worth paying for a course?
Outer island question (Minecraft)
Protective equipment of medieval firefighters?
more hot questions
Newest makefile questions feed
STACK OVERFLOW
Questions
Jobs
Developer Jobs Directory
Salary Calculator
Help
Mobile
Disable Responsiveness
PRODUCTS
Teams
Talent
Advertising
Enterprise
COMPANY
About
Press
Work Here
Legal
Privacy Policy
Terms of Service
Contact Us
STACK EXCHANGE
NETWORK
Technology
Life / Arts
Culture / Recreation
Science
Other
Blog
Facebook
Twitter
LinkedIn
Instagram
site design / logo © 2021 Stack Exchange Inc; user contributions licensed under cc
by-sa. rev 2021.2.4.38498