Hi,
I started with the simple Hello World Application on the ZedBoard. But at the Building step I get the following errors:
'Building target: Hello_World.elf'
'Invoking: ARM gcc linker'
arm-xilinx-eabi-gcc -Wl,-T -Wl,../src/lscript.ld -L../../Hello_World_bsp/ps7_cortexa9_0/lib -o "Hello_World.elf" ./src/helloworld.o ./src/platform.o -Wl,--start-group,-lxil,-lgcc,-lc,--end-group
c:/xilinx_dt/sdk/2015.2/gnu/arm/nt/bin/../lib/gcc/arm-xilinx-eabi/4.9.1/../../../../arm-xilinx-eabi/bin/ld.exe: warning: cannot find entry symbol _vector_table; defaulting to 00000000
./src/helloworld.o: In function `main':
C:DatenXilinxZed_PS_PL_TestZed_PS_PL_Test.sdkHello_WorldDebug/../src/helloworld.c:57: undefined reference to `print'
./src/platform.o: In function `disable_caches':
C:DatenXilinxZed_PS_PL_TestZed_PS_PL_Test.sdkHello_WorldDebug/../src/platform.c:69: undefined reference to `Xil_DCacheDisable'
C:DatenXilinxZed_PS_PL_TestZed_PS_PL_Test.sdkHello_WorldDebug/../src/platform.c:70: undefined reference to `Xil_ICacheDisable'
collect2.exe: error: ld returned 1 exit status
make: *** [Hello_World.elf] Error 1
16:07:29 Build Finished (took 1s.284ms)
Do someone know what could be the problem? I use the 2015.2 version.
Thanks in advance!