Dear expert
I follow Appendix A of below document to build SYSBIOS for A15. Unfortunately I can not generate library of A15 in folder xx\bios_6_41_01_36\packages\ti\sysbios\fatfs\lib\release. I make sure the compile tools path is correct. Enclosed is compile logs.6646.compile_log.txt
http://www.ti.com/lit/ug/spruex3o/spruex3o.pdf
xdc_tools version: xdctools_3_30_05_60_core
bios version: bios_6_41_01_36
Here is bios.mak I'm using for bios build.
#
# ======== bios.mak ========
#
#
# Where to install/stage the packages
# Typically this would point to the devkit location
#
TI_SW_ROOT = /home/dong/VISION_SDK_02_06_00_00/ti_components
DESTDIR ?= <UNDEFINED>
prefix ?= /
docdir ?= /docs/bios
packagesdir ?= /packages
# Set up dependencies
XDC_INSTALL_DIR ?= $(TI_SW_ROOT)/os_tools/linux/xdctools_3_30_05_60_core
#
# Set location of various cgtools
# These variables can be set here or on the command line.
#
ti.targets.C28_large ?=
ti.targets.C28_float ?=
ti.targets.C64P ?=
ti.targets.C64P_big_endian ?=
ti.targets.C674 ?=
ti.targets.elf.C64P ?=
ti.targets.elf.C64P_big_endian ?=
ti.targets.elf.C64T ?=
ti.targets.elf.C66 ?= #$(TI_SW_ROOT)/cg_tools/linux/c6000_7_4_2
ti.targets.elf.C66_big_endian ?=
ti.targets.elf.C674 ?=
ti.targets.arm.elf.Arm9 ?=
ti.targets.arm.elf.A8Fnv ?=
ti.targets.arm.elf.M3 ?=
ti.targets.arm.elf.M4 ?= $(TI_SW_ROOT)/cg_tools/linux/tms470_5_1_5
ti.targets.arm.elf.M4F ?= #$(TI_SW_ROOT)/cg_tools/linux/tms470_5_1_5
ti.targets.msp430.elf.MSP430X ?=
ti.targets.msp430.elf.MSP430X_small ?=
ti.targets.arp32.elf.ARP32 ?=
ti.targets.arp32.elf.ARP32_far ?=
gnu.targets.arm.M3 ?=
gnu.targets.arm.M4 ?=
gnu.targets.arm.M4F ?=
gnu.targets.arm.A8F ?=
gnu.targets.arm.A15F ?= /home/dong/VISION_SDK_02_06_00_00/ti_components/cg_tools/linux/gcc-arm-none-eabi-4_7-2013q3
iar.targets.msp430.MSP430X_small ?=
iar.targets.arm.M3 ?=
iar.targets.arm.M4 ?=
iar.targets.arm.M4F ?=
Regards
Dong