search for: hrnvz5

Displaying 1 result from an estimated 1 matches for "hrnvz5".

2012 Aug 02
0
[LLVMdev] Problem to generate an executable file of 403.gcc (SPEC2006)
...clang 403.gcc.linked.s -o 403.gcc.linked.exe This works with all the other programs in SPEC2006, but when I call clang for 403.gcc, I get errors due to missing symbols in cctype.h. I believe I must pass some compilation flags to clang, but I do not know which ones. The errors look like: /tmp/403-HRnVZ5.o: In function `check_format_info_main': 403.gcc.linked.rbc:(.text+0x2ec94): undefined reference to `ISDIGIT' 403.gcc.linked.rbc:(.text+0x2f642): undefined reference to `ISGRAPH' 403.gcc.linked.rbc:(.text+0x326b8): undefined reference to `ISXDIGIT' 403.gcc.linked.rbc:(.text+0x994c2)...