#Lattice link problem
05-Nov-90 23:51:52
Sb: #3152-#Lattice link problem
Fm: Don Curtis/SYSOP 76703,4321
To: Allen Mitts 75216,1236
Allen,
Create a file called "hello.c" (NO quotes) that contains the
following 6 lines exactly:
#include <stdio.h>
main()
{
printf("Hello World");
}
once you've saved it, type in the CLI, following exactly:
lc -L hello
let me know what happens.
Don