search for: 85cd5081a6d46a63731d970ee95b20b4

Displaying 2 results from an estimated 2 matches for "85cd5081a6d46a63731d970ee95b20b4".

2017 Aug 05
3
Cross compiling C++ program
...ld, but compiler-rt fails: # cmake -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release -DBAREMETAL_ARMV7EM_SYSROOT=/tmp/barearm-sysroot -DCMAKE_INSTALL_PREFIX=/tmp/barearm-sysroot -C ../../source/llvm/cmake/caches/BaremetalARM.cmake ../../source/llvm # make -j4 https://gist.github.com/anonymous/85cd5081a6d46a63731d970ee95b20b4 This is the BaremetalARM.cmake: https://gist.github.com/anonymous/ff3248f08ddc99361dcc009e9f4c1020 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: not available URL: <http://lists.llvm.org/pi...
2017 Aug 04
3
Cross compiling C++ program
On Fri, Aug 04, 2017 at 04:03:35PM -0600, Jonathan Roelofs wrote: > > > 1) Pick a directory as your sysroot > > ~/arm-sysroot > > > > > 2) Install the libc headers there (without having built it) > > What I did was mv musl-*/include ~/arm-sysroot/usr/include. > > I think you need to copy them, not move them. On a new directories and fresh untar of musl, I