Next | Prev | Up | Top | Contents | Index

Porting Issues

If the files foo.c and main.c were recompiled for n32, the resulting executable would not work for a variety of reasons. Each reason is examined below and a solution is given. The resulting set of files will work when compiled either for o32 or for n32. This section covers:


Varargs Routines
Assembly Language Issues

Next | Prev | Up | Top | Contents | Index