I'm trying to build a thermal camera and I've got stuck at "building" from this guide https://github.com/pimoroni/mlx90640-library
I'm not sure where I 'make all' etc - in usr/local it returns things like 'no target specified', and 'no rule'.
I'm trying to build a thermal camera and I've got stuck at "building" from this guide https://github.com/pimoroni/mlx90640-library
I'm not sure where I 'make all' etc - in usr/local it returns things like 'no target specified', and 'no rule'.
It's using a Pi 3 and internal storage with the Pimoroni breakout garden from a fresh default OS image - very new to all of this so I'm not sure what's important hardware wise.
RJH <patchmoney@gmx.com> wrote:
I'm trying to build a thermal camera and I've got stuck at "building" from >> this guide https://github.com/pimoroni/mlx90640-library
I'm not sure where I 'make all' etc - in usr/local it returns things like 'no
target specified', and 'no rule'.
It's using a Pi 3 and internal storage with the Pimoroni breakout garden from
a fresh default OS image - very new to all of this so I'm not sure what's
important hardware wise.
You have to change directory to the location of the Makefile. The usual process is:
$ git clone https://github.com/pimoroni/mlx90640-library.git
Cloning into 'mlx90640-library'...
remote: Enumerating objects: 640, done.
remote: Counting objects: 100% (68/68), done.
remote: Compressing objects: 100% (47/47), done.
remote: Total 640 (delta 30), reused 34 (delta 16), pack-reused 572
Receiving objects: 100% (640/640), 2.83 MiB | 630.00 KiB/s, done.
Resolving deltas: 100% (351/351), done.
$ cd mlx90640-library/
$ make all
g++ -DDEBUG -g -fPIC -I headers -shared -c -o functions/MLX90640_API.o functions/MLX90640_API.cpp
[lots more build output]
Theo
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 91 |
Nodes: | 16 (0 / 16) |
Uptime: | 16:42:48 |
Calls: | 5,074 |
Calls today: | 6 |
Files: | 8,491 |
Messages: | 352,916 |
Posted today: | 1 |