rasProject_01 / weSweetHome  R. 77 2025-03-07
process control       /     RasPi software         by   weinert-automation
Loading...
Searching...
No Matches
helloCrossWorld.c File Reference

Almost the traditional greeting program. More...

#include <stdio.h>

Detailed Description

Almost the traditional greeting program.

The program's purpose is to test the complete tool chain from the Windows workstation with Eclipse, cross compilers, C, Java, make, ... Filezilla, WiSCP, putty and much more from the source to the executable binary in /home/[user]/bin on a target Pi.

The test binary shall not depend on any special libraries, other programs or hardware components on any target Pi in our "zoo", .e.g. meterPi.

Copyright (c) 2024 Albrecht Weinert
weinert-automation.de a-weinert.de
/ / /\
/ /___ / \ |
\ /____\ /____\ | _|__
\ /\ / \ / \| |
\/ \/ \__/ \__/|_

Revision history

Rev. 1 3.12.2024
Rev 269 23.10.2024 : new for testing start at zero after a ¶ęSD crash

Build the program

cross-compile by:

make PROGRAM=helloCrossWorld TARGET=meterPi clean all

program by:

make PROGRAM=helloCrossWorld TARGET=meterPi FTPuser=sweet:home progapp

or due to some bugs in make use winscp and IP directly by:

winscp.com /script=progTransWin /parameter sweet:home meterpi bin helloCrossWorld