Hi,
I'm not sure what I'm doing wrong here. With the single source file
attached to this email, I tried the following commands:
llvmgcc -o timeLLVMfft timeLLVMfft.c -lm
llc -o timeLLVMfft.s timeLLVMfft.bc
/opt/SUNWspro/bin/cc -xarch=v9 -o timeLLVMfft.sparc timeLLVMfft.s
I got the errors at the bottom of this email in response to the last
command. On the other hand, gcc v2.95.3 had no problem compiling this
code. Any idea what's wrong?
Thanks,
- Nick
timeLLVMfft.tgz (2.24 KB)