Skip to content

kingpotato/testapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testapp

This repository includes some useful test program.

It can be simply compiled by gcc or arm-none-linux-gnueabi-gcc command without any CFLAG or LIB.

Compile

gcc file_name -o exe_name

ex) gcc settimer.c -o settimer -lrt

CrossCompile

arm-none-linux-gnueabi-gcc file_name -o exe_name

ex) arm-none-linux-gnueabi-gcc settimer.c -o settimer -lrt

About

User Space Test Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published