Re: Missing "standard" headers in FC37 arm (aarch64) C/C++ cross-compiler RPMs ??

2023-06-04 Thread Jeffrey Walton
On Thu, Jun 1, 2023 at 4:30 PM ron flory via users wrote: > > Hi- am hopefully missing something dumb/obvious here--- > > Am trying to cross-compile for raspberry-pi, but some basic headers appear > to be missing, or not redirecting to 'generics'. > > -----

Re: Missing "standard" headers in FC37 arm (aarch64) C/C++ cross-compiler RPMs ??

2023-06-04 Thread Barry
use dnf search to look for the stdio.h and there are no rpms that contain that header. Try raising a bug against the cross compiler package. Or ask on fedora devel list. This needs the maintainer to comment. Barry ___ users mailing list -- users@lists.fe

Re: Missing "standard" headers in FC37 arm (aarch64) C/C++ cross-compiler RPMs ??

2023-06-04 Thread Ron Flory via users
u gcc-c++-aarch64-linux-gnu | grep /st | grep "\.h$" | sort and 2) which are not present when the cross-compiler is removed, but are present when the cross-compiler is re-installed.   Having built many cross-compilers over the years, a look at this header include directory is very, ve

Re: Missing "standard" headers in FC37 arm (aarch64) C/C++ cross-compiler RPMs ??

2023-06-03 Thread Barry
> On 1 Jun 2023, at 21:30, ron flory via users > wrote: > > Install the cross-compiler(s): >dnf install gcc-aarch64-linux-gnu gcc-c++-aarch64-linux-gnu I am not near my fedora to check, but are there more packages with the CRTL devel stuff? Maybe the output pf this

Re: Missing "standard" headers in FC37 arm (aarch64) C/C++ cross-compiler RPMs ??

2023-06-03 Thread stan via users
On Thu, 01 Jun 2023 20:29:54 - ron flory via users wrote: > Results: > hello_world.c:1:10: fatal error: stdio.h: No such file or directory > 1 | #include > | ^ > compilation terminated. > > - > Hello_world sample consists of: > > #include > #include > > in

Missing "standard" headers in FC37 arm (aarch64) C/C++ cross-compiler RPMs ??

2023-06-01 Thread ron flory via users
Hi- am hopefully missing something dumb/obvious here--- Am trying to cross-compile for raspberry-pi, but some basic headers appear to be missing, or not redirecting to 'generics'. - Install the cross-compiler(s): dnf install gcc-aarch64-linux-gnu gcc-c++-aarch64

Re: cross compiler

2013-03-07 Thread Ralf Corsepius
On 03/07/2013 11:19 PM, Patrick Dupre wrote: Hello, When I try to compile dwg2dxf-2.1 ./configure list: checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether

Re: cross compiler

2013-03-07 Thread Richard Vickery
On Thu, Mar 7, 2013 at 2:19 PM, Patrick Dupre < patrick.du...@univ-littoral.fr> wrote: > Hello, > > When I try to compile > dwg2dxf-2.1 > ./configure list: > > checking whether the C compiler (gcc ) works... yes > checking whether the C compiler (gcc ) is a c

cross compiler

2013-03-07 Thread Patrick Dupre
Hello, When I try to compile dwg2dxf-2.1 ./configure list: checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for c