I have been unable to get the board support package to compile despite many efforts to be sure I am using the correct combination of Vivado and files. I have even gone so far as to uninstall all Vivado versions and only install the recommended 2016.4. I get the following failure only on the standalone section of the bsp build.
"Running Make libs in ps7_cortexa9_0/libsrc/standalone_v6_1/src"
make -C ps7_cortexa9_0/libsrc/standalone_v6_1/src -s libs "SHELL=sh.exe" "COMPILER=arm-none-eabi-gcc" "ARCHIVER=arm-none-eabi-ar" "COMPILER_FLAGS= -O2 -c" "EXTRA_COMPILER_FLAGS=-mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -nostartfiles"
make[1]: *** No rule to make target `*.c', needed by `standalone_libs'.
make[1]: *** No rule to make target `*.S', needed by `standalone_libs'.
make[1]: Target `libs' not remade because of errors.
make: *** [ps7_cortexa9_0/libsrc/standalone_v6_1/src/make.libs] Error 2
This make file is very different from all the other make files and since I have no experience with make files, I can't see what is wrong.
What is needed to share for some help in this?
Since I can't find any other similar problems, I am assuming that this is a configuration problem in my Vivado installation. The problem is I have no idea where to look. What puzzles me is that the standalone support package is the only file that won't compile in the entire bsp. I haven't even reached a point where there is a connection to the hardware, so that can't be the issue either. I am attaching the make files (as text files) reporting the fault, but I doubt it is the source of the problem.
I would really appreciate some help in this.
Message was edited by: Patrick Kelly I am adding more detail in hopes of finding a resolution.