NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Using cross compiler created by build.sh
Brook Milligan <brook%nmsu.edu@localhost> writes:
> I am building software that targets an Arm board. When the OS is
> NetBSD, I can use the cross-compiler created by build.sh to build
> software for the board.
>
> However, I also need to build software for the same board but a
> different OS, e.g., Debian. Can I use the same compiler? Is pointing
> it to the appropriate headers/libraries with -I/-L sufficient? Are
> there other tricks?
Perhaps, but you will likely also need some sort of --nostdinc and
--sysroot.
Home |
Main Index |
Thread Index |
Old Index