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'. > > - > Install the cross-compiler(s): >

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

2023-06-04 Thread Barry
> On 4 Jun 2023, at 21:48, Ron Flory via users > wrote: > > If another noarch or arm header-only RPM happens to contain the missing > headers (which I have not stumbled upon yet), it would be helpful for this to > be marked a co-dependency so dnf can install it too. I use dnf search to loo

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

2023-06-04 Thread Ron Flory via users
On 6/3/23 08:55, stan via users wrote: 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 int mai

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 will help? dnf sear

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-linux-gnu - Compi