Displaying 2 results from an estimated 2 matches for "oselas".
2013 Feb 26
1
[LLVMdev] Cross compile LLVM using gcc (powerpc and x86)
Hi there,
I hope this is the right list.
I have been trying to cross compile the LLVM 3.2 for our x86 target by using i586 cross compiler provided by Oselas toolchain (http://www.pengutronix.de/oselas/toolchain/index_de.html).
I have cross-compiled multitudes of 3rd party projects before and usually I can apply similar methods to compile the most of them.
I have however not been able to figure out exactly what is going on with this one.
My settings:...
2018 Apr 18
1
Tinc configuration for PowerPC
I installed a cross-compiler for PowerPC 603e (OSELAS-Toolchain from Pengutronix) on an i686 machine with Fedora 24.
All steps for compiling tinc (https://www.tinc-vpn.org/examples/cross-compiling-windows-binary/) worked successfully.
After compiling I verified the file type (file tincd) obtaining:
tincd: ELF 32-bit MSB shared object, PowerPC or cis...