Skip to content

A demonstration of a compilation error when attempting to use EMP-ZK in a simple Xcode project.

Notifications You must be signed in to change notification settings

Tabaie/emp-zk-xcode-compile-err

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to reproduce the error:

  1. Clone the repository.
  2. Open the project emp-compile-err.xcodeproj.
  3. Fix the include paths to reflect where OpenSSL and EMP-Kit are installed on your machine. The steps for doing so are described here. A view of the include path settings in the project

A more detailed view of the include path settings in the project

  1. Attempt to run the project and get the following 3 errors:

emp-tool/utils/aes_opt.h:12:15: Always_inline function '_mm_aesenclast_si128' requires target feature 'aes', but would be inlined into function 'ks_rounds' that is compiled without support for 'aes'

emp-tool/utils/aes_opt.h:79:13: Always_inline function '_mm_aesenc_si128' requires target feature 'aes', but would be inlined into function 'ParaEnc' that is compiled without support for 'aes'

emp-tool/utils/aes_opt.h:89:12: Always_inline function '_mm_aesenclast_si128' requires target feature 'aes', but would be inlined into function 'ParaEnc' that is compiled without support for 'aes'

The "desired" error

About

A demonstration of a compilation error when attempting to use EMP-ZK in a simple Xcode project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published