ニュース

前回は、1つのMakefileを複数のMakefileに分ける方法を取り上げた。分割したMakefileは同じディレクトリにある必要はなく、includeディレクティブでパスを指定すれば読み込むことができる。例えば、次のように大本となるMakefileの一部を「inc01.mk」と「inc02.mk」に ...
前回、毎日の売上関係の経理処理をMakefileに整理する方法を取り上げた。仕事ごとにディレクトリを作ること、毎日発生するような仕事は日付のディレクトリを作成してさらに分けること、必要なMakefileを用意することなどを説明した。 前回は、経理処理用 ...
Over the years, Linux (well, the operating system that is commonly known as Linux which is the Linux kernel and the GNU tools) has become much more complicated than its Unix roots. That’s inevitable, ...
今朝は5時から開発開始です。昨日の夜は調子が良くなかったので早く寝ましたが、今朝は復活しました。 昨日の続きでRTL-SDR で私の周りの電波の強度を測定するtwSdrPowerの開発です。 中身を作る前にビルドするためのMakefileを作りました。Mac OS版をビルドは ...
The Webots build system fails immediately on a clean installation of Ubuntu 24.04 for ARM architectures. Any make command fails because it cannot find Makefile.linux, which appears to be a generated ...
This project involves writing Bash shell scripts and a Makefile to automatically back up and restore a directory, while implementing key concepts of shell scripting, Linux utilities, and automation.