On Saturday 21 September 2019 10:39:36 Gene Heskett wrote: > On Saturday 21 September 2019 10:15:15 Gene Heskett wrote: > > On Friday 20 September 2019 19:45:35 Gene Heskett wrote: > > snipped TL;DR stuffs, thought I did first time, sorry > > > > > >> Done but me somewhat confused. It built bcm2711-rpi-4-b.dtb > > > > >> which is in the /boot directory, but built it > > > > >> in > > > > >> /media/pi/workspace/kernel/linux/arch/arm/boot/dts/bcm2711-rp > > > > >>i- 4- b. dtb , which is nearly the same location it built > > > > >> zImage in. > > > > >> > > > > >> There is an install.sh in that /arch/arm/boot directory, but > > > > >> it needs at least 3 arguments. Anyboy got an idea what to > > > > >> pass to it? > > > > Getting no answers, I copied arch/arm/boot/zImage to > > /boot/kernel-rt, and added a line to /boot/config.txt: > > kernel=kernel-rt > > and rebooted it from here, starting a ping so I know if it booted. > > did, ssh -Y pi@rpi4, waded thru key msgs and logged in. > > #>uname -a reports: > > Linux rpi4 4.19.71-rt24-v7l+ #1 SMP PREEMPT RT Fri Sep 20 14:17:36 > > EDT 2019 armv7l GNU/Linux > > Looks like success to me. > > cd /media/pi/slash/linuxcnc-master/src > > #> ./autogen.sh (no replies) > > #./configure --with-realtime=uspace gets to this: > > checking for module installation directory... configuring for > > run-in-place > > /media/pi/slash/linuxcnc-master/rtlib > > checking for glib... configure: error: no -- required until somebody > > makes glib optional > > Looks like wayland has struck, this is: > cat /etc/debian_version (new way of determining version) > 10.1 > > Whats next? locate says theres glib-2.0 installed. > /usr/lib/arm-linux-gnueabihf/glib-2.0, and > /usr/lib/arm-linux-gnueabihf/libglib-2.0.so.0 > > Is it useable? Will a fresh git clone help, that one's about 3 weeks > old. > Have a shot at a fresh copy: > git clone git://github.com/linuxcnc/linuxcnc.git linuxcnc-dev > And I get to the exact same bailout msg > from ./configure --with-realtime=uspace > checking for module installation directory... configuring for > run-in-place > /media/pi/slash/linuxcnc-dev/rtlib > checking for glib... configure: error: no -- required until somebody > makes glib optional > > So, what do I do next? > Traceing thru configure, it only checks the pkg-config response, so it looks like a pkg-config miss-fire to me. But what do I know. man pkg-config suggests I try a --list-all, but while the output list is lengthy, glib is not included. Posting to debian list.
> Thanks all. > > Cheers, Gene Heskett Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) If we desire respect for the law, we must first make the law respectable. - Louis D. Brandeis Genes Web page <http://geneslinuxbox.net:6309/gene> _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
