Looks like you might be starting to write into the parameter area at the wrong place. Are you using something like..... pptr = get_param(m); Where pptr is a pointer to a u8 (u8 *), m is a pointer to a message (MSG *). The value of 'm' is returned from the getm() call. pptr should now point to the first octet of the parameter area. FYI tim_lnx is just a symbolic link to tim executable. The files used to be called xyz_lnx but were renamed.
↧