Follow the steps mentioned in the Section 2.3 of the application note: http://www.nxp.com/docs/en/application-note/AN5275.pdf
e.g. Path of the project will be : C:\Freescale\KSDK_1.3.0\examples\twrk80f150m\user_apps\User_project
Modify in main.c
Make sure the path's of the folders are corrected , you need to link the files in the folder OV7670 and ssd1289 to the project and add their path.
In main.c
static uint16_t __attribute__((section (".myBufSection"))) u16CameraFrameBuffer[OV7670_FRAME_PIXELS] ;
Create a myBufSection in the linker script (Refer app note: Relocating Code and Data Using the KDS
GCC Linker File (.ld) for Kinetis)
Define the PORTA_InstallCallback function and you will have successful build.
Please check the functioning of the board and let us know