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'.
>
> -----
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
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
> 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
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
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
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
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
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