Texas Instruments OMAP35 DVEVM Series Getting Started Manual page 41

Hide thumbs Also See for OMAP35 DVEVM Series:
Table of Contents

Advertisement

Document
OMAP35x DVEVM Getting Started Guide
Document Number
SPRUFZ7
#include <stdio.h> 
 
int main() { 
printf("Welcome to OMAP35x World!\n"); 
return 0; 
}
4. Build the new C file:
host $ arm‐none‐linux‐gnueabi‐gcc hello.c ‐o hello 
Perform the following steps on the target board. You may use either the target's console window (see
Setup Terminal Program) or a telnet session.
1. Move to the new directory on the target:  
target $ cd /opt/hello 
2. Run the new executable:
./hello 
The output should be:
Welcome to OMAP35x World! 
Rev
Date
41
3.0
Sept 23, 2009

Advertisement

Table of Contents
loading

Table of Contents