Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

Compile the samples ERROR ??

bingogo
Beginner
443 Views

Hi all,

I want to compile the samples of sdk under fedora 10.92 .
And I read the "README" file and followed it.

First,
chmod a+rwx -R
Second,
Invoke the command - "make" inside the directory
'Intel_AMT/Src/StorageLib'

Some ERROR shows like that:
../../../../Common/ThirdParty/gSOAP/httpDigest.cpp:539: error: invalid conversion from const char* to char*
make[1]: *** [../../../../Common/ThirdParty/gSOAP/httpDigest.o] Error 1

My friend compiled this sdk, and it works for him.
But it Not works for me.

Did I missing something??


0 Kudos
2 Replies
Lance_A_Intel
Employee
443 Views

Hello,
What compiler and version are you using?
Is your friend using the same compiler version and same Fedora version?

It doesn't look like your version of Linux is one that we validate or support. But I think with the right compiler and libraries it should work.

Also, you may want to try the compiler switches -ansi and -pedantic with your current setup. I have heard that this has fixed some similar issues.
0 Kudos
bingogo
Beginner
443 Views

Hello,
What compiler and version are you using?
Is your friend using the same compiler version and same Fedora version?

It doesn't look like your version of Linux is one that we validate or support. But I think with the right compiler and libraries it should work.

Also, you may want to try the compiler switches -ansi and -pedantic with your current setup. I have heard that this has fixed some similar issues.

Hi Lance,

Thanks a lot for your respond.
I will check my compiler.


0 Kudos
Reply