Talk:Raspberry Pi/Cross building

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This is a Talk page - please see the documentation about using talk pages. Add newer comments below older ones, sign comments using four tildes (~~~~), and indent successive comments with colons (:). Add new sections at the bottom of the page, under a heading (== ==). Please remember to mark sections as "open for discussion" using {{talk|open}}, so they will show up in the list of open discussions.

crossdev

Please Update the step "Create a cross toolchain for ARM:" it fails with:

  • You need to specify an output overlay. Please use --ov-output, or consult
  • Overlay/Local_overlay for more details.

--Pauledd (talk) 07:45, 5 February 2016 (UTC) +1

At 'We need to replace those symlinks with the following script:' 'Distcc crossdev wrapper file' should not be mentioned that that on Raspberry Pi 2 Model this script should be different as on Raspberry Pi 1 or 3? Eg. on Raspberry Pi 2 there is no armv6j-hardfloat-linux-gnueabi but armv7a-hardfloat-linux-gnueabi?

--Best, Pál (talk) 15:56, 13 July 2016 (UTC)


Remove "crossdev" command option "-v"

As of 3/22/2022, the command syntax provided contains a "-v" which is not recognized by sys-devel/crossdev, current stable version: 20211121

    # date;crossdev -S -v -t armv6j-unknown-linux-gnueabihf
    Tue Mar 22 21:17:32 PDT 2022
     * UNKNOWN OPTION: '-v'
    Usage: crossdev [options] --target TARGET
         
    Options:
    ...

Jlpoole (talk) 04:18, 23 March 2022 (UTC)