¿ªÔÆÌåÓý
Hello Rob,
I wiped the sd card and tried again and now are up to the next step, when I put in make -j4, I get the following: make: *** No targets specified and no makefile found. ?Stop.
I am copying and pasting the commands and still having problems.
Someone needs to download the lastest image of raspberian from the raspberry pi page and see if they can get it to go. I am no linux expert. I did machine language and dos over 25 years ago. I don't want to learn another op system.
Surely there must be a file image somewhere that some has installed direwolf on a raspberry pi and all you have to do is change the configuration.
Regards,
Doug VK2XLJ From: [email protected] <[email protected]> on behalf of Rob Giuliano via groups.io <kb8rco@...>
Sent: Thursday, 28 October 2021 12:22 AM To: [email protected] <[email protected]> Subject: Re: [direwolf] CMake Error ?
Looks to me like you are trying to use CMake from a different directory than you have the "build files" in.
I think you missed the step of changing into the build folder.
??? cd ~
?? ?git clone https://www.github.com/wb2osz/direwolf ?? ?cd direwolf ??? git checkout dev ?? ?mkdir build && cd build ?? ?cmake .. ?? ?make -j4 ?? ?sudo make install ?? ?make install-conf The 2 key, path related, lines are highlighted.
The yellow highlight makes a directory called build
and changes into it.? I believe this is the step you missed.
The green highlight runs cmake with files from a directory - one back from current.
?? If you are NOT in build (/home/pi/direwolf/build) then you are in /home/pi/direwolf
?? If so, cmake .. will look for the needed files in /home/pi
FIX:???? From where you are currently at
?? cd build
??? cmake ..
?? ?make -j4 ?? ?sudo make install ?? ?make install-conf Good luck!
Robert Giuliano On Wednesday, October 27, 2021, 09:11:27 AM EDT, Doug J <vk2xlj@...> wrote:
Hello Group,
I am trying to install direwolf on a raspberry Pi 3 with the latest version of the Raspberry Pi OS (full version) via putty.
I am using the install instructions onthe Github wb2osz/direwolf webpage.
I can only get as far as cmake .. and get the following error:
CMake Error: The source directory "/home/pi" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
I have scanned the message section of this group and cant get any references to a Rasp Pi with this error.
I am going around in circles.
Help please.
Regards,
Doug VK2XLJ |