- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I enter something like this in the windows command line:
sgx_edger8r.exe --use-prefix --search-path "C:\Program Files (x86)\Intel\IntelSGXSDK\include\" --trusted-dir C:\Users\Arya\Desktop\Enc --untrusted-dir C:\Users\Arya\Desktop\App --use-prefix C:\Users\Arya\Desktop\Enc\End.edl
And edger8r rejects it, displaying its "help" page, indicating that it believes the input is not formatted correctly. How come?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Please check it is a syntax mistake probably. When the syntax of the command is not correct it displays the help page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well that's obviously the case, my question is how.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have tried executing the same command,I had the same error but after removing the double quotes after the --search-path it worked for me.Try using the below command:
sgx_edger8r.exe --use-prefix --search-path C:\Program Files (x86)\Intel\IntelSGXSDK\include\ --trusted-
dir
C:\Users\Arya\Desktop\Enc --untrusted-
dir
C:\Users\Arya\Desktop\App --use-prefix C:\Users\Arya\Desktop\Enc\End.edl

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page