Displaying 2 results from an estimated 2 matches for "xartimequad".
2012 Jul 18
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
...ou are confident. :-)
> I think these errors are due to Clang not finding the
> libraries/includes/etc for the target you're building.
>
> If you have CodeSourcery's GCC, use that (via --sysroot or
> -ccc-gcc-name I said earlier), it's by far the easiest way.
emitrax at xartimequad:~/programming$ which arm-none-linux-gnueabi-g++
/home/emitrax/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-g++
emitrax at xartimequad:~/programming$ find
/home/emitrax/CodeSourcery/Sourcery_G++_Lite/ -name libc
/home/emitrax/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc
$...
2012 Jul 18
2
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 18 July 2012 15:24, salvatore benedetto
<salvatore.benedetto at gmail.com> wrote:
> I'm not sure how to interpret the above output, but I don't understand
> why if say -triple armv4t-none--gnueabi .
Ok, we're getting there... ;)
I think these errors are due to Clang not finding the
libraries/includes/etc for the target you're building.
If you have