The tutorial link is here: http://www.zedboard.org/sites/default/files/design/ZedBoard_CTT_v14.1_120821.zip
Until chapter 2, it all goes well. But, while doing Chapter 3.1.2, "Take a Test Drive! Working with SDK", I faced 11 compiler errors on SDK. I followed the steps of copying the code into helloworld.c and clean the project. The errors are as follow:
======================================================
DescriptiontResourcetPathtLocationtType
'caddr_t' undeclared (first use in this function)thello_world_bsp_0ttline 64tC/C++ Problem
======================================================
DescriptiontResourcetPathtLocationtType
'NULL' undeclared (first use in this function)thello_world_bsp_0ttline 50tC/C++ Problem
======================================================
DescriptiontResourcetPathtLocationtType
cannot find -lxilthello_world_0tt tC/C++ Problem
======================================================
DescriptiontResourcetPathtLocationtType
conflicting types for '_fstat'thello_world_bsp_0ttline 56tC/C++ Problem
======================================================
DescriptiontResourcetPathtLocationtType
expected ';' before 'prev_heap'thello_world_bsp_0ttline 64tC/C++ Problem
======================================================
DescriptiontResourcetPathtLocationtType
make: *** [hello_world_0.elf] Error 1thello_world_0tt tC/C++ Problem
======================================================
DescriptiontResourcetPathtLocationtType
make: *** [ps7_cortexa9_0/lib/libxil.a] Error 2thello_world_bsp_0tt tC/C++ Problem
======================================================
DescriptiontResourcetPathtLocationtType
make: Target `all' not remade because of errors.thello_world_bsp_0tt tC/C++ Problem
======================================================
DescriptiontResourcetPathtLocationtType
make[1]: *** [standalone_libs] Error 1thello_world_bsp_0tt tC/C++ Problem
======================================================
DescriptiontResourcetPathtLocationtType
make[1]: Target `libs' not remade because of errors.thello_world_bsp_0tt tC/C++ Problem
======================================================
DescriptiontResourcetPathtLocationtType
unknown type name 'caddr_t'thello_world_bsp_0ttline 48tC/C++ Problem
======================================================
Is there anyone have the same problem on doing this? And how can I solve it.