Home » Community » Newbie corner » Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++? [message #37059 is a reply to message #37058] |
Sun, 12 August 2012 11:20   |
|
The function is defined in Core/Cpu.cpp, like this:#ifdef CPU_X86
int CPU_Cores() {
static int n;
ONCELOCK {
// platform dependent code to find out number of cores
}
return n;
}
#else
inline int CPU_Cores() {
return 1;
}
#endif
It should never be undefined... Although the fallback to assuming one core is not really correct, it should work. At least for now.
My guess the problem is in the 'inline' keyword. Try removing that...
Honza
|
|
|
 |
|
Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Wolfgang on Fri, 03 August 2012 13:25
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Didier on Fri, 03 August 2012 18:16
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: twkrimm on Tue, 07 August 2012 16:47
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: mirek on Tue, 07 August 2012 18:28
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Wolfgang on Thu, 09 August 2012 15:30
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: mirek on Thu, 09 August 2012 20:04
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Wolfgang on Fri, 10 August 2012 20:58
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Wolfgang on Sun, 12 August 2012 09:58
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Wolfgang on Sun, 12 August 2012 12:41
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Wolfgang on Sun, 12 August 2012 21:39
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Wolfgang on Sat, 18 August 2012 16:37
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Wolfgang on Sat, 18 August 2012 22:07
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: koldo on Sat, 18 August 2012 23:59
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: kohait00 on Tue, 04 September 2012 12:51
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Zbych on Tue, 04 September 2012 15:42
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: mirek on Tue, 04 September 2012 18:17
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Zbych on Tue, 04 September 2012 18:45
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: NilaT on Wed, 14 November 2012 21:11
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: NilaT on Fri, 16 November 2012 08:05
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Wolfgang on Fri, 23 November 2012 20:49
|
 |
|
Re: Raspberry (Raspbian) - ARM 6 Core + Ultimate++?
By: Didier on Sat, 24 November 2012 20:21
|
Goto Forum:
Current Time: Wed Apr 30 03:23:14 CEST 2025
Total time taken to generate the page: 0.00526 seconds
|