search for: grouperror

Displaying 3 results from an estimated 3 matches for "grouperror".

2014 Mar 19
1
Centos6 x86_64
...just tried to generate keys for tinc. /usr/sbin/tinc generate-keys When generating the key, the rsa key are generated. But ik get de following error, what does it means. Generating ECDSA keypair: Generating EC key failed: error:100AE081:elliptic curve routines:EC_GROUP_new_by_curve_name:unknown groupError during key generation! Perry
2014 Apr 02
5
[LLVMdev] [lld] adding demangler for symbol resolution
...nking to cleanup the way the errors are displayed to the user from the Resolver, we could have functions in SymbolTable with raiseError(SymbolErrorKind, filename, symbolname) raiseError(SymbolErrorKind, filename, symbolname, filename, symbolname) SymbolErrorKind := MultipleDefinition Undefined GroupError Note (for tracing) ... > Seems like a demangling utility might be something to add at the LLVM level. Either directly to raw_ostream or a wrapper like format(). I have browsed discussions in llvm related to this to move the demangler function which is housed in libcxx, and I dont think there...
2014 Apr 02
5
[LLVMdev] [lld] adding demangler for symbol resolution
Hi Nick, Bigcheese, When lld is used to link C++ code, it would be required to demangle symbol names by default/user driven option. The Gnu linker has the following options :- --demangle=[style] --no-demangle I found that clang/llvm-symbolizer use __cxx_demangle function. I would think that lld also need to call the same function, and I think the way we want to demangle is to have the