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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [BUILD] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 jlechner
Building and installing the GNU Binutils 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-cgen-maint \
8
        CFLAGS="-O2"
9
make && make install
10
 
11
Note: compiling the binutils-2.19 with CFLAG '-O1' or '-O2' made the SCARTS
12
GAS (GNU Assembler) fail with a segmentation fault on some testing machines.
13
You might experience such a segmentation fault during the build of the GCC
14
for the SCARTS architecture when the libgcc.a is cross-compiled. The only
15
known workarounds to this are to compile the binutils with '-O0' instead.
16
 
17
 

powered by: WebSVN 2.1.0

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