Listing 3. Compiling heatwarn and Copying the

Executable to a RAM Disk Area on the In-Vehicle Platform

$ make
m68k-pic-coff-gcc -O2 -fomit-frame-pointer
-c -o heatwarn.o heatwarn.c
m68k-pic-coff-gcc -o heatwarn heatwarn.o -lavlio
$ ftp 10.0.0.10
Connected to 10.0.0.10.
220 flashftpd Server ready.
Name (10.0.0.10:david):
331 User david okay, need password.
Password:
230 Logged in.
ftp> bin
200 Okay, using binary.
ftp> put heatwarn
200 Okay.
150 Opening BINARY mode data connection for heatwarn
226 Transfer complete. 10716 bytes written to heatwarn
local: heatwarn remote: heatwarn
10716 bytes sent in 0.0012 seconds (8749.87 Kbytes/s)
ftp> quit
221 Bye.
$