I'm trying to port some piece of code from Minix 2.0 to Minix 2.04 an when I'm re-compiling the kernel I get an Undefined Symbol: _sys_abort _sys_copy __taskcall
The problem is that somehow the Minix 2.04 cc or something is adding an underscore to each system call, because the correct name for each function is sys_abort, sys_copy, _taskcall.
Does anyone got any idea why this is happening?