-
Folks, I'm an admitted newbie and by all appearances am in over my head. When I'm trying to run the make box 64 using make -j$(nproc) I get the following errors. Through the research I've done, my Raspberry Pi 4 is running ARMv7 rev 3 What I can't find is information on where to correct the parms in error in the makefiles or the config files so that I can get this thing to complete. Any advice at all would be greatly appreciated. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
If you are on 32bits OS, there isn't much you can do. box64 is exclusively for 64bits OS. |
Beta Was this translation helpful? Give feedback.
-
Belay everything that I posted previously. Through some additional digging I found the CMakeLists.txt file and got past that hurdle. |
Beta Was this translation helpful? Give feedback.
Belay everything that I posted previously. Through some additional digging I found the CMakeLists.txt file and got past that hurdle.
Now on to the next.