Added gcc make toolchain for remote compilation
Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
@ -90,4 +90,28 @@ files_verilog = OUT/synth/impl_netlist.v
|
||||
#files_sysverilog =
|
||||
#files_xci =
|
||||
files_other = OUT/synth/impl_netlist.sdf
|
||||
# ######################################
|
||||
|
||||
# ######################################
|
||||
# Firmware compilation
|
||||
[target.firmware]
|
||||
toolchain = gccmake
|
||||
|
||||
# Toolchain settings
|
||||
output_files = build/app.elf DISASS
|
||||
buildroot = SW
|
||||
|
||||
# Fileset
|
||||
files_makefile = SW/Makefile
|
||||
files_other = SW/linker.ld
|
||||
SW/src/boot.S
|
||||
SW/src/main.c
|
||||
SW/src/printf.c
|
||||
SW/src/printf.h
|
||||
SW/src/uart.c
|
||||
SW/src/uart.h
|
||||
SW/src/xil_io.h
|
||||
SW/src/zynq.h
|
||||
OUT/ip/zynqps/ps7_init.c
|
||||
OUT/ip/zynqps/ps7_init.h
|
||||
# ######################################
|
Reference in New Issue
Block a user