From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume REMBERT Date: Sat, 13 Feb 2016 18:35:30 +0100 Subject: [U-Boot] [PATCH] openrisc: updating build tools naming convention In-Reply-To: References: <563F5E1B.3010401@euryecetelecom.com> <56B49DD4.6090307@euryecetelecom.com> Message-ID: <56BF6962.7060201@euryecetelecom.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Bin, Le 06/02/2016 05:11, Bin Meng a ?crit : > Hi Guillaume, > > On Fri, Feb 5, 2016 at 9:04 PM, Guillaume REMBERT > wrote: >> Hi Bin, >> >> Please use following repository with all needed software: linux / gcc / ... >> https://github.com/openrisc > Is that https://github.com/openrisc/or1k-gcc you are using? YES >> The current toolchain is called or1k-toolchain (or32-toolchain is the >> old name). >> >> I used the toolchain from there (and I also used latest gcc from that >> time). My version: >> # /home/or1k-toolchain/bin/or1k-elf-c++ -v > I cannot find any pre-built toolchain on github. Did you build the > toolchain on your own? YES Instructions to do it or to download prebuilt binaries can be found on Or1k wiki : http://opencores.org/or1k/OpenRISC_GNU_tool_chain >> Utilisation des specs internes. >> COLLECT_GCC=/home/or1k-toolchain/bin/or1k-elf-c++ >> COLLECT_LTO_WRAPPER=/home/or1k-toolchain/libexec/gcc/or1k-elf/4.9.2/lto-wrapper >> Target: or1k-elf >> Configur? avec: ../or1k-gcc/configure --target=or1k-elf >> --prefix=/home/or1k-toolchain --enable-languages=c,c++ --disable-shared >> --disable-libssp --with-newlib >> Mod?le de thread: single >> gcc version 4.9.2 (GCC) >> >> Kind regards, >> >> Guillaume >> > Please avoid top-posting. Is it better like this? >> Le 25/01/2016 10:50, Bin Meng a ?crit : >>> Hi Guillaume, >>> >>> On Sun, Nov 8, 2015 at 10:37 PM, Guillaume REMBERT >>> wrote: >>>> Dear u-boot community, >>>> >>>> I just made a small change on the openrisc-generic platform >>>> configuration to take in account the new naming convention (or1k instead >>>> of or32, so the build process gets fine). >>>> >>>> Could you take care to review and approve the following patch, please? >>>> >>>> Kind regards, >>>> >>>> -- > [snip] > > Regards, > Bin Cheers, Guillaume