help please ...compiling with ADS1.2

Andrew Serrano
Good night
I have the board mini6410. In the DVD is  a file to compile with  ADS1.2,
this program generates a file .bin so that the card is run.

Attached is the files I mentioned.

Has anyone worked ADS? "Does anyone have similar programs for the adc, i2c,
buzzer, SD memory?

thanks.

/////////////////////////////////////////////////////////////
#include "utils.h"

static void LedDelay(void)
{
      volatile unsigned int k;
      for(k = 0; k < 40000000; k++);
      
}

int main(void)
{

    Uart_Init();
    Port_Init();
    Uart_SendString("\r\nHello, Mini6410 Jorge Moreno\r\n");
    
    for(;;) {
      Led_Display(0x9); // 1001
    LedDelay();
      Led_Display(0x6); // 0110
    LedDelay();
    }

    return 0;

}

brox
So what exactly your problem is?
I used ADS to compile things succesfully. There are examples on DVD with
explanation how to get them compiled