Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

I just thought of something funny...your mother. -- Cheech Marin


computers / comp.sys.raspberry-pi / Re: Building a library . . .

SubjectAuthor
* Building a library . . .RJH
+- Re: Building a library . . .Andy Burns
`* Re: Building a library . . .Theo
 `- Re: Building a library . . .RJH

1
Building a library . . .

<tihjjq$36unb$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5949&group=comp.sys.raspberry-pi#5949

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!i2pn.org!aioe.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: patchmoney@gmx.com (RJH)
Newsgroups: comp.sys.raspberry-pi
Subject: Building a library . . .
Date: Sun, 16 Oct 2022 18:47:22 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 14
Message-ID: <tihjjq$36unb$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=fixed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 16 Oct 2022 18:47:22 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="645eb82b263f9856b966c94a79e34255";
logging-data="3373803"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/5Fi+z6onVfZWrrD8wpIAn"
User-Agent: Usenapp for MacOS
Cancel-Lock: sha1:5Ykzptw5krWzvhH1TJSgk+Min14=
X-Usenapp: v1.23/l - Full License
 by: RJH - Sun, 16 Oct 2022 18:47 UTC

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.

Any pointers appreciated.

--
Cheers, Rob, Sheffield UK

Re: Building a library . . .

<jr32fdFnkheU1@mid.individual.net>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5950&group=comp.sys.raspberry-pi#5950

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: usenet@andyburns.uk (Andy Burns)
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Building a library . . .
Date: Sun, 16 Oct 2022 19:56:45 +0100
Lines: 13
Message-ID: <jr32fdFnkheU1@mid.individual.net>
References: <tihjjq$36unb$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: individual.net qgcw0d546MnkvjY6oAtFmwX7H2Tix3x7xiN/CdOPnGfNaLCRX6
Cancel-Lock: sha1:B8z41QzH4BQMIYw2GJ0VO/I4h1M=
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.3.3
Content-Language: en-GB
In-Reply-To: <tihjjq$36unb$1@dont-email.me>
 by: Andy Burns - Sun, 16 Oct 2022 18:56 UTC

RJH 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'.

Have you grabbed the source code into a folder and unzipped it? There's a
makefile in the top level folder, There are other way such as checking it out
using git

https://github.com/pimoroni/mlx90640-library/archive/refs/heads/master.zip

Re: Building a library . . .

<XBw*Lt10y@news.chiark.greenend.org.uk>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5976&group=comp.sys.raspberry-pi#5976

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!i2pn.org!news.nntp4.net!nntp.terraraq.uk!nntp-feed.chiark.greenend.org.uk!ewrotcd!.POSTED.chiark.greenend.org.uk!not-for-mail
From: theom+news@chiark.greenend.org.uk (Theo)
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Building a library . . .
Date: 17 Oct 2022 14:07:33 +0100 (BST)
Organization: University of Cambridge, England
Message-ID: <XBw*Lt10y@news.chiark.greenend.org.uk>
References: <tihjjq$36unb$1@dont-email.me>
Injection-Info: chiark.greenend.org.uk; posting-host="chiark.greenend.org.uk:212.13.197.229";
logging-data="16679"; mail-complaints-to="abuse@chiark.greenend.org.uk"
User-Agent: tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/5.10.0-15-amd64 (x86_64))
Originator: theom@chiark.greenend.org.uk ([212.13.197.229])
 by: Theo - Mon, 17 Oct 2022 13:07 UTC

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

Re: Building a library . . .

<tikvl8$3igol$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=5993&group=comp.sys.raspberry-pi#5993

  copy link   Newsgroups: comp.sys.raspberry-pi
Path: i2pn2.org!i2pn.org!aioe.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: patchmoney@gmx.com (RJH)
Newsgroups: comp.sys.raspberry-pi
Subject: Re: Building a library . . .
Date: Tue, 18 Oct 2022 01:31:20 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 41
Message-ID: <tikvl8$3igol$1@dont-email.me>
References: <tihjjq$36unb$1@dont-email.me> <XBw*Lt10y@news.chiark.greenend.org.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=fixed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 18 Oct 2022 01:31:20 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="350001b629047af74cb5f12f623c24a2";
logging-data="3752725"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+MBpvKWQA1CurGDnuwE38m"
User-Agent: Usenapp for MacOS
Cancel-Lock: sha1:pev3KrW1PrAk02NLQUErM/NUACs=
X-Usenapp: v1.23/l - Full License
 by: RJH - Tue, 18 Oct 2022 01:31 UTC

On 17 Oct 2022 at 14:07:33 BST, Theo wrote:

> 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

That's it, all done! Many thanks - and to Andy - I think that was what you
were driving at.

Camera works. Now for the real fun . . .

--
Cheers, Rob, Sheffield UK

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor