<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>All,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I successfully compiled all of llvm, clang etc for Solaris SPARC however when I try and compile with clang I get ‘Unsupported architecture’. Help, is this really true or did I forget to setup a path?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thanks in Advance,<o:p></o:p></p><p class=MsoNormal>Dave<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>dave@athena:~$ clang hello.c -o hello<o:p></o:p></p><p class=MsoNormal>Unsupported architecture<o:p></o:p></p><p class=MsoNormal>UNREACHABLE executed at /home/dave/llvm/tools/clang/lib/Driver/Tools.cpp:6745!<o:p></o:p></p><p class=MsoNormal>0  libLLVM-3.7.so 0xfef7ff0c llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 36<o:p></o:p></p><p class=MsoNormal>1  libLLVM-3.7.so 0xfef7f710 SignalHandler(int) + 504<o:p></o:p></p><p class=MsoNormal>2  libc.so.1      0xf68a8470 __sighndlr + 12<o:p></o:p></p><p class=MsoNormal>3  libc.so.1      0xf689b3fc call_user_handler + 880<o:p></o:p></p><p class=MsoNormal>4  libc.so.1      0xf689b704 sigacthandler + 88<o:p></o:p></p><p class=MsoNormal>5  libc.so.1      0xf68acf50 __lwp_sigqueue + 8<o:p></o:p></p><p class=MsoNormal>6  libc.so.1      0xf682988c abort + 200<o:p></o:p></p><p class=MsoNormal>7  libLLVM-3.7.so 0xfef61318 llvm::llvm_unreachable_internal(char const*, char const*, unsigned int) + 376<o:p></o:p></p><p class=MsoNormal>8  clang          0x00888a94 clang::driver::tools::solaris::Linker::ConstructJob(clang::driver::Compilation&, clang::driver::JobAction const&, clang::driver::InputInfo const&, llvm::SmallVector<clang::driver::InputInfo, 4u> const&, llvm::opt::ArgList const&, char const*) const + 1348<o:p></o:p></p><p class=MsoNormal>9  clang          0x00835938 clang::driver::Driver::BuildJobsForAction(clang::driver::Compilation&, clang::driver::Action const*, clang::driver::ToolChain const*, char const*, bool, bool, char const*, clang::driver::InputInfo&) const + 1832<o:p></o:p></p><p class=MsoNormal>10 clang          0x00836174 clang::driver::Driver::BuildJobs(clang::driver::Compilation&) const + 356<o:p></o:p></p><p class=MsoNormal>11 clang          0x008373f0 clang::driver::Driver::BuildCompilation(llvm::ArrayRef<char const*>) + 3192<o:p></o:p></p><p class=MsoNormal>12 clang          0x0075a180 main + 3800<o:p></o:p></p><p class=MsoNormal>13 clang          0x00750160 _start + 92<o:p></o:p></p><p class=MsoNormal>Stack dump:<o:p></o:p></p><p class=MsoNormal>0.      Program arguments: clang hello.c -o hello<o:p></o:p></p><p class=MsoNormal>1.      Compilation construction<o:p></o:p></p><p class=MsoNormal>2.      Building compilation jobs<o:p></o:p></p><p class=MsoNormal>3.      Building compilation jobs<o:p></o:p></p><p class=MsoNormal>Abort (core dumped)<o:p></o:p></p><p class=MsoNormal>dave@athena:~$<o:p></o:p></p></div></body></html>