- cd /opt/cell/sdk/src Is the directory with example code
- for i in ./*.tar; do tar -xf $i; done To untar every .tar in the folder
- make makes all the files in the directories.
- I got a few errors, but we'll solve those at some other time.
- First of all, lets test the Hello Cell program:
- cd /tutorial/simple/
- Run the 'simple' program
- ./simple
Hello Cell (0x1818008)
Hello Cell (0x1818280)
Hello Cell (0x1818518)
Hello Cell (0x1818790)
Hello Cell (0x1818a08)
Hello Cell (0x1818c80)

No comments:
Post a Comment