Most voted "make" questions
6 questions
Sort by count of
-
4
votes2
answers263
views -
3
votes1
answer875
viewsCreating a Makefile
I’m needing to write a Makefile, I was able to configure something by searching, but I tried to improve more for what I need, and I’m not getting it. What I’m trying to do: 1 - Check all files . c…
-
1
votes0
answers72
viewsHow to compile gettext on MSYS2 using x86_64-W64-mingw32-gcc
I am doing a series of recompilations to build a custom QEMU for my microcontroller studies, I have succeeded in compiling some packages up to gettext, after reading all the instruction files in…
-
1
votes0
answers174
viewsMake file and build on the terminal
I need my Makefile to run on the terminal so that it is not necessary to insert on the terminal $ time make run, and yes only make run, and let it show execution time in the same way. Can someone…
-
0
votes1
answer18
viewshow to ask Make to only run one target after the end of another when using multicore
UPDATED When running make with the -j option to use multicore, that is to put each requesting target on a core, it does not respect the order and runs both simultaneously. For example make Object1…
-
0
votes1
answer200
viewsHow to Install Make on MSYS2
I am in need of several commands used with Linux in my windows environment, and although Microsoft is releasing a new shell based on Ubuntu I was not very satisfied with the results and chose to use…