eidolon project

eidolon project

Language
French

Eidolon developer notes

i. Preamble

These pages have been made for people, especially students who are not unix-experts and who would like to modify the Eidolon package. A large project is not so easy to manipulate and some hints are useful to make the job easier.

Make a compilation the first time without modifications to check if all is working well.

$ make all

To be sure no residual object file is to be found, clean the ./objc directory with

$ rm -rf ./objc/*

Eidolon developer notes

i. Preamble

These pages have been made for people, especially students who are not unix-experts and who would like to modify the Eidolon package. A large project is not so easy to manipulate and some hints are useful to make the job easier.

Make a compilation the first time without modifications to check if all is working well.

$ make all

To be sure no residual object file is to be found, clean the ./objc directory with

$ rm -rf ./objc/*

Documentation

The documentation of Eidolon is now divided in two parts: the user guide contains the required background and useful informations concerning PET and the way the Simulator works.

The second part is useful for developpers and contains a more detailed description of the sources. A second document is dedicated to the use of the GNU debugger GDB with Obj-C.

For compatibility problems have a look at the credits section.

Documentation

The documentation of Eidolon is now divided in two parts: the user guide contains the required background and useful informations concerning PET and the way the Simulator works.

The second part is useful for developpers and contains a more detailed description of the sources. A second document is dedicated to the use of the GNU debugger GDB with Obj-C.

For compatibility problems have a look at the credits section.

Language
French