From: Thorsten O. <ad...@th...> - 2024-06-03 11:08:26
|
On Montag, 3. Juni 2024 11:50:57 CEST Eero Tamminen wrote: > tried "gcc hello.c" and it failed due to missing execve(). Actually mintlib tries its best to simulate the vfork()/execve thing even for TOS, but i think its not good enough for gcc's purpose. Amongst others, it also uses pipes for redirection. Most of the code for this is in libiberty (https://github.com/th-otto/m68k-atari-mint-gcc/blob/mint/gcc-13/libiberty/ pex-unix.c) Another problem may be the symlinks for as, ld etc. in /usr/m68k-atari- mintelf/bin |