OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [BUILD] - Rev 21

Compare with Previous | Blame | View Log

Building and installing the GCC for the SCARTS 32-bit architecture
variant works as follows:

./configure \
        --prefix=$SCARTS_TOOLCHAIN_DIR \
        --target=scarts_32-none-eabi \
        --enable-languages=c \
        --disable-libssp \
        --with-gnu-as \
        --with-gnu-ld \
        --with-newlib
make && make install

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.