TRLog
[Top] [All Lists]

Re: [Trlog] Orange pi

To: James Pahoundis <kc6ucn@yahoo.com>
Subject: Re: [Trlog] Orange pi
From: Tree <tree@kkn.net>
Date: Sat, 8 Jun 2024 15:27:20 -0700
List-post: <mailto:trlog@contesting.com>
You are missing this file:

findports.c:33:10: fatal error: ieee1284.h: No such file or directory
   33 | #include <ieee1284.h>

It is a parallel port driver for linux.

You can probably install it with something like sudo apt-get install
libieee1284-3-dev

The file should be in your /usr/include subdirectory.  I have attached mine
if you want to just try putting it there.

Tree

On Sat, Jun 8, 2024 at 2:10 PM James Pahoundis via Trlog <
trlog@contesting.com> wrote:

> Hello,   I have an orange pi 5b that I have started to play with. I was
> trying to get trlinux to work but have run into a problem.I am running the
> 64bit Debian on it.this is what I get.
> orangepi@orangepi5b:~/ham/trlinux$ make
> test 2 -eq `grep -c "Linux 0.59" src/versions.inc`
> (cd doc; make clean; make; make clean)
> make[1]: Entering directory '/home/orangepi/ham/trlinux/doc'
> rm -f *\.log  *\.end
> rm -f *\.aux *\.toc *\.lof
> rm -f *\.bbl *\.blg *\.dvi
> rm -f *\.ilg *\.idx *\.ind
> make[1]: Leaving directory '/home/orangepi/ham/trlinux/doc'
> make[1]: Entering directory '/home/orangepi/ham/trlinux/doc'
> make[1]: 'trloglinux.pdf' is up to date.
> make[1]: Leaving directory '/home/orangepi/ham/trlinux/doc'
> make[1]: Entering directory '/home/orangepi/ham/trlinux/doc'
> rm -f *\.log  *\.end
> rm -f *\.aux *\.toc *\.lof
> rm -f *\.bbl *\.blg *\.dvi
> rm -f *\.ilg *\.idx *\.ind
> make[1]: Leaving directory '/home/orangepi/ham/trlinux/doc'
> (cd src; make clean; make; make install; make clean;\
>             make -f Makefile.post; make clean)
> make[1]: Entering directory '/home/orangepi/ham/trlinux/src'
> rm -f *\.o *\.ppu *\.res
> make[1]: Leaving directory '/home/orangepi/ham/trlinux/src'
> make[1]: Entering directory '/home/orangepi/ham/trlinux/src'
> cc -O2   -c -o hid.o hid.c
> cc -O2   -c -o dupe.o dupe.c
> cc -O2   -c -o dt.o dt.c
> cc -O2   -c -o findports.o findports.c
> findports.c:33:10: fatal error: ieee1284.h: No such file or directory
>    33 | #include <ieee1284.h>
>       |          ^~~~~~~~~~~~
> compilation terminated.
> make[1]: *** [<builtin>: findports.o] Error 1
> make[1]: Leaving directory '/home/orangepi/ham/trlinux/src'
> make[1]: Entering directory '/home/orangepi/ham/trlinux/src'
> install -m 755 trlog ../log/trlog
> install: cannot stat 'trlog': No such file or directory
> make[1]: *** [Makefile:93: install] Error 1
> make[1]: Leaving directory '/home/orangepi/ham/trlinux/src'
> make[1]: Entering directory '/home/orangepi/ham/trlinux/src'
> rm -f *\.o *\.ppu *\.res
> make[1]: Leaving directory '/home/orangepi/ham/trlinux/src'
> make[1]: Entering directory '/home/orangepi/ham/trlinux/src'
> cc -O2   -c -o dupe.o dupe.c
> cc -O2   -c -o dt.o dt.c
> cc -O2   -c -o findports.o findports.c
> findports.c:33:10: fatal error: ieee1284.h: No such file or directory
>    33 | #include <ieee1284.h>
>       |          ^~~~~~~~~~~~
> compilation terminated.
> make[1]: *** [<builtin>: findports.o] Error 1
> make[1]: Leaving directory '/home/orangepi/ham/trlinux/src'
> make[1]: Entering directory '/home/orangepi/ham/trlinux/src'
> rm -f *\.o *\.ppu *\.res
> make[1]: Leaving directory '/home/orangepi/ham/trlinux/src'
> (cd log; strip trlog; strip post)
> strip: 'trlog': No such file
> strip: 'post': No such file
> make: *** [Makefile:25: all] Error 1
> orangepi@orangepi5b:~/ham/trlinux$
>
> So what do I do to get it working?James
>
> _______________________________________________
> Trlog mailing list
> Trlog@contesting.com
> http://lists.contesting.com/mailman/listinfo/trlog
>
_______________________________________________
Trlog mailing list
Trlog@contesting.com
http://lists.contesting.com/mailman/listinfo/trlog
<Prev in Thread] Current Thread [Next in Thread>