[llvm-dev] Linker problem
René W. Olsen via llvm-dev
llvm-dev at lists.llvm.org
Thu Apr 22 11:53:58 PDT 2021
Hello
In short... I'm trying to add support for a custom powerpc elf system
I'm running code on a x86 Debian system. So its cross compiling.
clang -v (shows)
clang version 11.1.0 (https://github.com/llvm/llvm-project.git
1fdec59bffc11ae37eb51a1b9869f0696bfd5312)
Target: ppc-pc-amigaos4
Thread model: posix
InstalledDir: /home/vm/llvm-project/bin/.
clang tst.c -S (do produce a powerpc asm source)
clang tst.c ( do not work, linking problem )
clang -v ( see attach )
Any suggestions on where I fucked up?
Regards
René W. Olsen
--
“The best thing about a boolean is even if you are wrong, you are only off
by a bit.”
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virusfri.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210422/21b31b7b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: txt
Type: application/octet-stream
Size: 4021 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210422/21b31b7b/attachment.obj>
More information about the llvm-dev
mailing list