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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gdb/] [gdb-6.8/] [BUILD] - Rev 27

Compare with Previous | Blame | View Log

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

./configure \
        --prefix=$SCARTS_TOOLCHAIN_DIR \
        --target=scarts_32-none-eabi \
        CFLAGS="-O2 -I$INST_SCARTS_TOOLCHAIN_NEWLIB_LIBGLOSS_DIR/scarts_32 -DSCARTS_TOOLCHAIN_LIB_SIM_DIR=$SCARTS_TOOLCHAIN_LIB_SIM_DIR" \
        LDFLAGS="-ldl -lz"
make && make install

Finally, install the simulator plugins in scarts-gdb/sim-plugins.

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.