We are trying to compile the source tree for the ADV8005 evaluation board that has the BF524 part. We are using the "bf" toolchain and using "cmake -DPRODUCT=8005_avr_7625_bf
Is this the correct way?
Cmakelists point to many files that are not in the platform directory such as
${ATV_SOURCE_DIR}/PLATFORM/BF524/AVEB_Software_heaptab.c
${ATV_SOURCE_DIR}/PLATFORM/BF524/ADI\ System\ Files/src/adi_pwr.c
${ATV_SOURCE_DIR}/PLATFORM/BF524/AVEB_Software_basiccrt.s
${ATV_SOURCE_DIR}/PLATFORM/BF524/ADI\ System\ Files/inc
${ATV_SOURCE_DIR}/PLATFORM/BF524/drivers/usb/class/peripheral/CDC
${ATV_SOURCE_DIR}/PLATFORM/BF524/usb/inc
...and many others
and linker script is also missing for toolchain "bf"
${CMAKE_SOURCE_DIR}/PLATFORM/BF524/AVEB_Software.ldf
We have the source tree titled "Advantiv_SW_VSP_1.80RC3_20140516_FULL"
Please advice. Is this supposed to be compilable firmware package?