open62541: nodeset.h/nodeset.c not found. unknown type name ‘UA_ObjectTypeNode’
i use the command cmake ,but at the folder i cant find nodeset.h and nodeset.c ,could you tell me?please
i tries UA_BUILD_EXAMPLES_NODESET_COMP and so on.
My system is raspberry3 debian.
i tried cmke -DUA_BUILD_EXAMPLES_NODESET_COMPILER=ON .. cmke -UA_BUILD_EXAMPLES_NODESET_COMPILER=ON .. cmke -D UA_BUILD_EXAMPLES_NODESET_COMPILER=ON .. make
it informs me that `fatal: Not a git repository (or any of the parent directories): .git – Git failed (not a repo, or no tags). Build will not contain git revision info –Git version: unknown --git -commit -id -unknown –Configuring done –Generating done –Build files have been written to:/path –Build files have been written to :/path
make 100 Build target open62541-object 100 build`target open62541 100 Build target open62541-static
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 23 (9 by maintainers)
@xty19 Ok, I could reproduce the problem with following steps:
If you use the generateCCode.py like this it works (copied from examples):
For further description see: http://open62541.org/doc/current/tutorial_noderelations.html
Please reopen the issue if this doesn’t solve your problem.
Then you should find
nodeset.[c/h]
inbuild/src_generated/
Try first to configure only UA_BUILD_EXAMPLES_NODESET_COMP within cmake, afterwards you can activate UA_BUILD_EXAMPLES