Hello!
I am trying to build the keystone demo using the quick-start.sh. I get the error:
keystone/sdk/build64/cmake/macros.cmake:126 (add_custom_target):
The target name "package" is reserved or not valid for certain CMake features, such as generator expressions, and may result in undefined behavior.
and other errors which seem to be the result of non-existing target "package".
In keystone, branch dev. I added riscv-pk to keystone for the hash folder("cp $KEYSTONE_DIR/riscv-pk/hash/*.h include/" in quick-start.sh).
In keystone-demo, branch dev-new-sdk. I run source source.sh and source ../keystone/source.sh, then quick-start.sh.
Is this a problem on my side? The error occurs when running cmake .. in my build directory, in keystone-demo.
Regards,
Nigel