Hi, you don't have. This is the error message from the console output:
=#error This application requires BSPCFG_ENABLE_ESDHC defined non-zero in user_config.h. Please recompile libraries with this option.
Errors caused tool to abort.
mingw32-make: *** [Sources/SDCard_Task_c.obj] Error 1
>preprocessor #error directive
You have to build the BSP project first (as part of BSP library post build action, user_config.h is copied from the /mqx/source/bsp to the /lib). Then build the MQX application.