makefile tag

9 questions


1 answers
297 views
0
Want to know how to make multiple directory dependencies

Question detailsRegarding the makefile below, I don't know why the following error occurs.If it's one directory, it's successful, but if there are two, what should I do?I just need to write two variab...

1 years ago

1 answers
493 views
0
I want to know what to do with make [source directory cannot contain spaces or colons.]

The presentation console screen is a Linux kernel downloaded from the following site:I'd like to build this into an ISO file and run it in vmware player, but I don't know how to work with the followin...

1 years ago

1 answers
107 views
0
"make:execvp:/bin/sh:Argument list too long" error during build with make command

There is an error when building with the make command.I can't tell if the Linux setting is bad, the Makefile is bad, or the shell is bad, so please let me know.raspberry pi3B+openSUSE 64bitMakefile an...


1 answers
117 views
0
Update the path of the mac.

brew install makeI installed GNU make in . which make/usr/local/bin/makeand /usr/local/bin/make --versionGNU Make 4.2.1Yes, but make --versionGNU Make 3.81It will be echo$PATH/usr/local/bin:/usr/bin:...

2 years ago

2 answers
135 views
0
:Makefile.am:required file`./README'not found と appears when making mecab-ch

I would like to install mecab-ch (for Chinese).If you know how to install it, please let me know.Make Display Error Contents [[email protected]]#make cd.&/bin/sh/root/d...

2 years ago

1 answers
72 views
0
Make buildkernel error rebuilding the spresense kernel

Changing the kernel configuration and rebuilding results in the following error:make[2]: Enter directory '/home/soeta/MyHome/tools/spresense/nuttx/sched'make[2]: *** 'clock_initialize.o' has no rule t...

2 years ago

2 answers
88 views
0
Raspberry PI program makes 'undefined reference to symbol' clock_gettime@@GLIBC_2.4' error, etc.

While reading the January 2014 issue of Interface, Raspberry Pie x Camera for authentic image processing, I am trying to run the Raspberry PI camera module with OpenCV.I'm going to compile and run on ...


1 answers
124 views
0
Error "`aclocal-1.10' is missing on your system." when making mecab-ch

I have already installed mecab-0.996 (for Japanese), but I would like to install mecab-ch (for Chinese).If anyone knows how to install it, I would appreciate it if you could let me know. I installed i...

2 years ago

2 answers
69 views
0
Is it possible to execute the Makefile itself?

As a task runner, I often use Makefile.If you want to run a process that is interactive for a long time, then you might want to run exec.More specifically, if you add various options to docker run and...

2 years ago

© 2024 OneMinuteCode. All rights reserved.