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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [BUILD] - Blame information for rev 21

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 21 jlechner
Building and installing the GCC for the SCARTS 32-bit architecture
2
variant works as follows:
3
 
4
./configure \
5
        --prefix=$SCARTS_TOOLCHAIN_DIR \
6
        --target=scarts_32-none-eabi \
7
        --enable-languages=c \
8
        --disable-libssp \
9
        --with-gnu-as \
10
        --with-gnu-ld \
11
        --with-newlib
12
make && make install

powered by: WebSVN 2.1.0

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