-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SGX SDK installer is x86,not x64 #177
Comments
Can you paste the output of the following command: |
also I find a question,When my system's language is English,it will build 64bit installer,but other language is x86 |
The installer build script simply reads the magic number of sgx_sign to determine it is x86 or x64. The parser may get the wrong number from a different language other than English. You can find the parser from get_arch() in linux/installer/bin/build-installpkg.sh. |
Can you give the result of |
Ok, and pull requests are welcome. |
The colon |
fix #177 - Fullwidth character issue Signed-off-by: Zhang Lili Z <lili.z.zhang@intel.com>
Hello,When I use command
to build the Intel(R) SGX SDK installer,the installer should be x64,but in my computer is x86,
![image](https://user-images.githubusercontent.com/17898478/32529748-d977fdf4-c3ff-11e7-9d25-e76a95ce9bc0.png)
the install as follows:
and the information of my computer as follows:
![image](https://user-images.githubusercontent.com/17898478/32529518-a823d94a-c3fe-11e7-8660-b95ad8e36dc8.png)
The text was updated successfully, but these errors were encountered: