Results 1 to 1 of 1
I have written a small C++ program which includes <linux/smp.h>...when I am compiling in SLES 10 IA64,it is throwing errors :
#include<linux/smp.h>
int main()
{
unsigned int a;
a=get_cpu();
return ...
- 04-08-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 6
problem compiling with smp.h
I have written a small C++ program which includes <linux/smp.h>...when I am compiling in SLES 10 IA64,it is throwing errors :
#include<linux/smp.h>
int main()
{
unsigned int a;
a=get_cpu();
return 0;
}
If some patch is available,please let me know
See log attached


Reply With Quote