![]() |
|
|
#45 | |
|
∂2ω=0
Sep 2002
República de California
103×113 Posts |
Quote:
|
|
|
|
|
|
|
#46 |
|
Banned
"Luigi"
Aug 2002
Team Italia
32×5×107 Posts |
I successfully installed Gentoo 64bits on my Raspberry PI 3.
The system works like a charm with my code, and does not like threads on PERL Code:
This Perl not built to support threads Compilation failed in require at Pgap_seg.pl line 8. BEGIN failed--compilation aborted at Pgap_seg.pl line 8. But when I try to make, I get te following: Code:
demouser@pi64 ~/luigi/mlucas-14.1 $ make make all-am make[1]: Entering directory '/home/demouser/luigi/mlucas-14.1' CC $NORMAL_O $THREADS_O make[1]: *** [Makefile:2986: NORMAL_O-THREADS_O.stamp] Error 1 make[1]: Leaving directory '/home/demouser/luigi/mlucas-14.1' make: *** [Makefile:2084: all] Error 2 Code:
Linux pi64 4.10.0-rc5-v8 #1 SMP PREEMPT Wed Jan 25 20:13:50 GMT 2017 aarch64 GNU/Linux Luigi |
|
|
|
|
|
#47 |
|
"/X\(‘-‘)/X\"
Jan 2013
22×733 Posts |
|
|
|
|
|
|
#48 |
|
Banned
"Luigi"
Aug 2002
Team Italia
32×5×107 Posts |
Not much. The 64bit OS makes the PI run about 4-5 times slower than a normal PC. One core of a PC nearly equals 4 PI cores.
Consider that I have a Gentoo image installed in a matter of minutes on the micrcoSD. Last fiddled with by ET_ on 2017-04-27 at 14:52 |
|
|
|
|
|
#49 |
|
∂2ω=0
Sep 2002
República de California
103×113 Posts |
I see several errors in config.log:
configure:3324: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3324: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. Not sure what those are about ... I need to ping config-script author Alex Vong what input the '>&5' are intended to feed to the above 2 gcc flags. Nonetheless the config script continues, here is the next batch of errors: configure:4053: checking for library containing ceil, log, pow, sqrt, sincos, floor, lrint, atan configure:4084: gcc -o conftest conftest.c >&5 conftest.c:18:6: warning: built-in function 'ceil' declared as non-function char ceil, log, pow, sqrt, sincos, floor, lrint, atan (); ^ conftest.c:18:12: warning: built-in function 'log' declared as non-function char ceil, log, pow, sqrt, sincos, floor, lrint, atan (); ^ conftest.c:18:17: warning: built-in function 'pow' declared as non-function char ceil, log, pow, sqrt, sincos, floor, lrint, atan (); ^ conftest.c:18:22: warning: built-in function 'sqrt' declared as non-function char ceil, log, pow, sqrt, sincos, floor, lrint, atan (); ^ conftest.c:18:28: warning: built-in function 'sincos' declared as non-function char ceil, log, pow, sqrt, sincos, floor, lrint, atan (); ^ conftest.c:18:36: warning: built-in function 'floor' declared as non-function char ceil, log, pow, sqrt, sincos, floor, lrint, atan (); ^ conftest.c:18:43: warning: built-in function 'lrint' declared as non-function char ceil, log, pow, sqrt, sincos, floor, lrint, atan (); ^ conftest.c:18:50: warning: conflicting types for built-in function 'atan' char ceil, log, pow, sqrt, sincos, floor, lrint, atan (); ^ /tmp/ccSv91Yj.o: In function `main': conftest.c:(.text+0x8): undefined reference to `atan' collect2: error: ld returned 1 exit status That looks like something related to the math libs. Again, I'll ask Alex to have a look. At some point in the not-too-distant future I need to take ownership (or at least curatorship) of the config/make system, but now is not a good time for that effort. |
|
|
|
|
|
#50 |
|
Jan 2008
France
2×52×11 Posts |
Ernst, if you run configure on your x86 machine you'll get the same errors in your config.log file ;)
|
|
|
|
|
|
#51 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
32·5·107 Posts |
Quote:
My PI system is actually sieving for the DoubleMersennes project, and the Pico-Cluster is still in its box. Take your time... ![]() Luigi |
|
|
|
|
|
|
#52 |
|
∂2ω=0
Sep 2002
República de California
103·113 Posts |
Indeed - before posting them to the ftp site I used the install scripts to install on my Intel Broadwell NUC, but since that install was successful I never looked at the resulting config.log until now. As you say, same errors, all the way down [there are around a dozen in total.]
|
|
|
|
|
|
#53 |
|
Jan 2008
France
55010 Posts |
My understanding is that it's the normal process: configure scripts test various ways to do things until they find one that works. So I guess there's nothing wrong to be found in these logs.
|
|
|
|
|
|
#54 | |
|
∂2ω=0
Sep 2002
República de California
265678 Posts |
Quote:
Luigi, could you try going directly into the src directory of the install tree and trying a manual build as per the README page? |
|
|
|
|
|
|
#55 |
|
Banned
"Luigi"
Aug 2002
Team Italia
12CF16 Posts |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mlucas v18 available | ewmayer | Mlucas | 48 | 2019-11-28 02:53 |
| Mlucas on ubuntu | Damian | Mlucas | 17 | 2017-11-13 18:12 |
| Mlucas version 17 | ewmayer | Mlucas | 3 | 2017-06-17 11:18 |
| MLucas on IBM Mainframe | Lorenzo | Mlucas | 52 | 2016-03-13 08:45 |
| mlucas on sun | delta_t | Mlucas | 14 | 2007-10-04 05:45 |