Remember
Register
Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
JeVois Tech Zone
We have moved to a new forum at
http://jevois.usc.edu
, please check it out. The forum at jevois.org/qa will not allow new user registrations but is maintained alive for its useful past questions and answers.
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.
All categories
User questions
(151)
Hardware Questions
(82)
Programmer Questions
(254)
Misc Questions
(38)
525
questions
591
answers
651
comments
700,813
users
Related questions
opencv cmake command error: fatal error: linux/videodev.h: No such file or directory
Problem when installing customized module to jevois
The problem with camera JeVois
Another problem by changing the hard serial baud rate
I have a problem with : recognizer.train(faces, np.array (labels))
Most popular tags
jevois
serial
python
arduino
ubuntu
jevois-inventor
module
aruco
host
jevois-sdk-dev
programming
tensorflow
bug
raspberry-pi
communication
windows
opencv
inventor
report
camera
ar0135
c
yolo
output
build
green-light
jevois-daemon
write-your-own-module
marker-detections
mavlink
sdcard
lens
objectdetect
dnn
usb
windows-10
darknet
qrcode
recognition
detection
hardware
install
platform
software
global-shutter
noir
tflite
custom-model
jevois-inventor-windows
hello-jevois
binary
demos
sensor-model
focal-length
resolution
freezing
fan
sensor
power
objecttracker
sdk
connector
video
linux
frame
green-light-on
hibernate
ov2640
people-detection
script-from-host
jevois-inventor-ubuntu18
ubuntu18
mobilenet
low-frame-rate
svm
nodemcu
frc
darknetsaliency
apt-get
laser
imu
artoolkit
timer
gucviewer
face
not-recognized
road-navigation
navigation
counting
eye-tracking
road
cli-command
wifi
slow
debug
color
gpu
pointer
gdb
parameters
CMAKE problem
0
votes
even after installevery thing it still complaints about cmak compiler NO_CMAKXX_Compiler found what to do .
related to an answer for:
Payton program update
asked
Feb 12, 2018
in
Programmer Questions
by
dpat123
(
300
points)
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Strange, did cmake get installed? Can you try to run ‘cmake’ in a terminal and if it is not found, then sudo apt install cmake
Otherwise, can you cut and paste the command you typed and everything that was displayed until the error?
answered
Feb 12, 2018
by
JeVois
(
46,580
points)
got it working it take lots of libraries to be downloaded . i was missing some during that downloads . not it compiled.
Jevoisbase on pc took almost 15 hrs to compile .
Yes, where are those dual 28-core Xeon machines (112 threads) when we need them?
compiling jevoisbase should not take that long (about 2 minutes on an older dual 12-core xeon with 256GB RAM, that's after all packages have already been installed), maybe you are running low on memory and your machine starts swapping a lot? You may want to edit rebuild-host.sh and rebuild-platform.sh to force the number of cores to 1 there. Some of that heavily-templated C++17 code does use lots of memory to compile.
Please
log in
or
register
to add a comment.
...