I don't have the 21469 ez-kit lite but have a design using the same flash and serial port design as that board. I can build the code in the 21469_SSL_Parallel_FLASH.dpj project, and get these warnings:
----------------Configuration: 21469_SSL_Parallel_FLASH - Debug----------------
.\21469_SSL_Parallel_FLASH.c
.\214xx_hdr.asm
[Warning ea1121] ".\214xx_hdr.asm":68 ___lib_RSTI:
-g assembly with global function without ending label.
Use '___lib_RSTI.end' or '___lib_RSTI.END' to mark
the ending boundary of the function for debugging information for
automated statistical profiling of assembly functions.
Assembler totals: 0 error(s) and 1 warning(s)
.\boot_kernel.asm
[Warning ea1121] ".\boot_kernel.asm":28 _load_application:
-g assembly with global function without ending label.
Use '_load_application.end' or '_load_application.END' to mark
the ending boundary of the function for debugging information for
automated statistical profiling of assembly functions.
Assembler totals: 0 error(s) and 1 warning(s)
.\main.C
[Warning ea1092] "C:\DOCUME~1\KEITH~1.ALL\LOCALS~1\Temp\acc1700b7b5000\acc1700b7b5001.s":164 Symbol '_load_application' is undefined.
Check spelling. If '_load_application' is defined in a different file, use ".extern".
Assembler totals: 0 error(s) and 1 warning(s)
.\Parallel_FLASH.C
.\UART.C
Linking...
Creating loader file...
Build completed successfully.
I think that is ok. I removed the wait-for-button part of the code as my board does not have a button and I want to always enter the flash uploader for testing. When I run the code and start the GUI, then issue an Upgrade command, the GUI freezes and the title bar adds "not responding". This is on a PC running Windows 7 64 bit. The GUI never unfreezes and it has to be killed from Task Manager. The 3 .dll files in the GUI directory have been copied to c:\windows\system32. The dsp ICE shows the code is waiting for UART rx and not getting any.
Does the GUI run correctly on Windows 7 64 bit?