[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] nanosleep



On 21/01/2013 15:32, Miro Kropáček wrote:
No, this is not the problem -- "-I" stands for *additional* include
directories.

As Jean-François pointed out, you should get rid of those -I or -L options and let the compiler do the right thing with its default options.

If you think it's, try brute force like 'grep nanosleep
/usr/.../libc.a', it should say something as 'binary matches'

On a Cygwin setup, you can do the following. You can adjust the command/directories for a native setup:

$ m68k-atari-mint-nm --defined-only --print-file-name `find /opt/cross-mint/m68k-atari-mint/lib -name '*.a'` 2>/dev/null |grep nanosleep
/opt/cross-mint/m68k-atari-mint/lib/libc.a:nanosleep.o:00000000 T _nanosleep
/opt/cross-mint/m68k-atari-mint/lib/m5475/libc.a:nanosleep.o:00000000 T _nanosleep /opt/cross-mint/m68k-atari-mint/lib/m68020-60/libc.a:nanosleep.o:00000000 T _nanosleep

--
Vincent Rivière