search for: armv7hf

Displaying 8 results from an estimated 8 matches for "armv7hf".

Did you mean: armv7hl
2019 Oct 17
2
llvm-strip creates unloadable shared objects on linux-armv7hf
...2.so: cannot open shared object file: No such file or directory And with strip-all-gnu it works: admin at Netgear-RN212:~/b$ LD_PRELOAD=./libbz2.so.all_gnu ./bzip2 bzip2: I won't write compressed data to a terminal. bzip2: For help, type: `bzip2 --help'. This only seems to happen on Linux-armv7hf - we haven't seen this on any of the intel platforms. Thanks, Tobias
2019 Oct 17
4
llvm-strip creates unloadable shared objects on linux-armv7hf
...ry >> >> And with strip-all-gnu it works: >> admin at Netgear-RN212:~/b$ LD_PRELOAD=./libbz2.so.all_gnu ./bzip2 >> bzip2: I won't write compressed data to a terminal. >> bzip2: For help, type: `bzip2 --help'. >> >> This only seems to happen on Linux-armv7hf - we haven't seen this on >> any of the intel platforms. >> >> Thanks, >> Tobias >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/ll...
2019 Oct 17
2
llvm-strip creates unloadable shared objects on linux-armv7hf
...D=./libbz2.so.all_gnu ./bzip2 > > > > > >> bzip2: I won't write compressed data to a terminal. > > > > > >> bzip2: For help, type: `bzip2 --help'. > > > > > >> > > > > > >> This only seems to happen on Linux-armv7hf - we haven't seen this on > > > > > >> any of the intel platforms. > > > > > >> > > > > > >> Thanks, > > > > > >> Tobias > > > > > >> _______________________________________________ > &gt...
2019 Oct 18
2
llvm-strip creates unloadable shared objects on linux-armv7hf
...t; > > > > > >> bzip2: I won't write compressed data to a terminal. >> > > > > > >> bzip2: For help, type: `bzip2 --help'. >> > > > > > >> >> > > > > > >> This only seems to happen on Linux-armv7hf - we haven't seen this on >> > > > > > >> any of the intel platforms. >> > > > > > >> >> > > > > > >> Thanks, >> > > > > > >> Tobias >> > > > > > >> ___________...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
Hello, I am trying to cross-compile libc++ from my x86_64 linux system to armv7hf. We have our own gcc compiler that we build with crosstools-ng (based on gcc 6.3.0) and I set my environment like this: CC=armv7a-plex-linux-gnueabihf-gcc CXX=armv7a-plex-linux-gnueabihf-g++ CFLAGS=-fPIC -DPIC -mfloat-abi=hard -march=armv7-a -Os -mfpu=vfpv3-d16 --sysroot=<path> CXXFLAGS=-fPI...
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
Hello, I am trying to cross-compile libc++ from my x86_64 linux system to armv7hf. We have our own gcc compiler that we build with crosstools-ng (based on gcc 6.3.0) and I set my environment like this: CC=armv7a-plex-linux-gnueabihf-gcc CXX=armv7a-plex-linux-gnueabihf-g++ CFLAGS=-fPIC -DPIC -mfloat-abi=hard -march=armv7-a -Os -mfpu=vfpv3-d16 --sysroot=<path> CXXFLAGS=-fPI...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...missing from your sysroot's <math.h>. Does your target support long double at all? -Dimitry > On 6 Feb 2018, at 09:51, Tobias Hieta via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hello, > > I am trying to cross-compile libc++ from my x86_64 linux system to armv7hf. We have our own gcc compiler that we build with crosstools-ng (based on gcc 6.3.0) and I set my environment like this: > > CC=armv7a-plex-linux-gnueabihf-gcc > CXX=armv7a-plex-linux-gnueabihf-g++ > CFLAGS=-fPIC -DPIC -mfloat-abi=hard -march=armv7-a -Os -mfpu=vfpv3-d16 --sysroot=<pa...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...es your target > support long double at all? > > -Dimitry > > > On 6 Feb 2018, at 09:51, Tobias Hieta via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > Hello, > > > > I am trying to cross-compile libc++ from my x86_64 linux system to > armv7hf. We have our own gcc compiler that we build with crosstools-ng > (based on gcc 6.3.0) and I set my environment like this: > > > > CC=armv7a-plex-linux-gnueabihf-gcc > > CXX=armv7a-plex-linux-gnueabihf-g++ > > CFLAGS=-fPIC -DPIC -mfloat-abi=hard -march=armv7-a -Os -mfpu=vf...