7i80 and 7i77

More
25 Sep 2014 04:51 #51550 by uli12us
Replied by uli12us on topic 7i80 and 7i77
I have now found, that its important, that the RT Version have the same number (except the last Servicerelease Nr) like the Kernel Nr.
I can now install, the 3.10.4 but obviously I need a later version than the 2.6.32 to upgrade, because the RT version don't started correctly. Its a difficult thing, if you never have anything to do with linux, to find informations for this operating system.
Some pages are made for people, who have things like this sucked with Mothermilk, but I understand nothing
Download the program, install it and it runs (more or less) correctly, that is ok with a rar in Windows, but unfortunately linux want it completly different.

Please Log in or Create an account to join the conversation.

More
27 Sep 2014 04:38 - 27 Sep 2014 04:39 #51603 by PCW
Replied by PCW on topic 7i80 and 7i77
Just verified that the latest LinuxCNC Wheezy ISO works fine with the 7I80
after building master and installing the standard preemt-rt kernel as mentioned above
Last edit: 27 Sep 2014 04:39 by PCW.

Please Log in or Create an account to join the conversation.

More
27 Sep 2014 19:43 #51608 by uli12us
Replied by uli12us on topic 7i80 and 7i77
Now I'm some steps ahead. I have installed a RT-preempt System which is rather old but seems to work.
I have made the steps from the first page, but after I type in "make" the terminal wants an argument, that I don't know.

Please Log in or Create an account to join the conversation.

More
27 Sep 2014 21:00 #51609 by PCW
Replied by PCW on topic 7i80 and 7i77
If you have fetched the linuxcnc source and the development tools package:

wiki.linuxcnc.org/cgi-bin/wiki.pl?Instal..._the_source_with_git

You can look at the README file one level above the src directory.
You can simply follow (or just cut and paste) the instructions there.

Heres the quickstart part of the README file

Quickstart:

From the top level directory, switch to the source directory:

cd src

In the source directory, build LinuxCNC:

[for rtai]
./autogen.sh
./configure
[or, for PREEMPT-rt or vanilla kernels:]
./autogen.sh
./configure --with-realtime=uspace

make clean
make
sudo make setuid

to run the software go back to the top level directory, and issue:

. scripts/rip-environment
linuxcnc

Please Log in or Create an account to join the conversation.

More
27 Sep 2014 23:01 #51612 by uli12us
Replied by uli12us on topic 7i80 and 7i77
Sorry, I don't know whats wrong, but I haven't any success from the step with make

uli@uli-desktop:~/linuxcnc-dev/src$ make clean
Makefile:87: Makefile.inc: No such file or directory
Makefile:98: *** Makefile.inc must specify 'BUILD_THREAD_FLAVORS' and other variables. Stop.
uli@uli-desktop:~/linuxcnc-dev/src$

Please Log in or Create an account to join the conversation.

More
27 Sep 2014 23:13 #51613 by PCW
Replied by PCW on topic 7i80 and 7i77
did you run these preliminary steps, and did they succeed?

./autogen.sh
./configure --with-realtime=uspace

Please Log in or Create an account to join the conversation.

More
28 Sep 2014 21:24 #51630 by uli12us
Replied by uli12us on topic 7i80 and 7i77
I've made all steps from uname until make and it runs always korrekt, at least I've got no error messages.
But make don't run.
Thats the error

uli@uli-desktop:~/linuxcnc-dev/src$ make clean
Makefile:87: Makefile.inc: No such file or directory
Makefile:98: *** Makefile.inc must specify 'BUILD_THREAD_FLAVORS' and other variables. Stop.
uli@uli-desktop:~/linuxcnc-dev/src$

Please Log in or Create an account to join the conversation.

More
28 Sep 2014 21:50 - 28 Sep 2014 22:34 #51631 by PCW
Replied by PCW on topic 7i80 and 7i77
A couple questions:

What Linux distribution are you running?

What does
git branch

report when run from the linuxcnc-dev directory?

Also can you try this from the linuxcnc-dev directory and post what it prints here?
cd debian
 ./configure uspace
 cd ..
 dpkg-checkbuilddeps
Last edit: 28 Sep 2014 22:34 by PCW. Reason: forgot -dev

Please Log in or Create an account to join the conversation.

More
29 Sep 2014 00:16 #51632 by uli12us
Replied by uli12us on topic 7i80 and 7i77
git branch
master
* ubc3-7i80

./configure uspace
no kernel configuration found : /boot/config-uspace

dpkg-checkbuilddeps
dpkg-checkbuilddeps: Unmet build dependencies: libudev-dev dvipng texlive-extra-utils texlive-latex-recommended texlive-fonts-recommended texlive-lang-french texlive-lang-spanish texlive-font-utils libreadline-dev asciidoc (>= 8.5) source-highlight dblatex (>= 0.2.12) groff python-lxml libboost-python-dev texlive-lang-cyrillic texlive-lang-german libmodbus-dev (>= 3.0)

Please Log in or Create an account to join the conversation.

More
29 Sep 2014 00:24 #51633 by PCW
Replied by PCW on topic 7i80 and 7i77
Ahh... you are using ubc-7i80 (this is obsolete)

try checking out master (from linuxcnc-dev directory):
git checkout master
doing a pull to make sure you are up-to-date:
git pull
and trying again starting at
./configure --with-realtime=uspace 

Please Log in or Create an account to join the conversation.

Moderators: PCWjmelson
Time to create page: 0.118 seconds
Powered by Kunena Forum