Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. or1k-elf-gcc -B/home/olof/code/or1k/tc/build-newlib/or1k-elf/newlib/ -isystem /home/olof/code/or1k/tc/build-newlib/or1k-elf/newlib/targ-include -isystem /home/olof/code/or1k/tc/newlib-2.2.0.20150225/newlib/libc/include -B/home/olof/code/or1k/tc/build-newlib/or1k-elf/libgloss/or1k -L/home/olof/code/or1k/tc/build-newlib/or1k-elf/libgloss/libnosys -L/home/olof/code/or1k/tc/newlib-2.2.0.20150225/libgloss/or1k -g -O2 -O2 -I. -I../../../../newlib-2.2.0.20150225/libgloss/or1k/.. -c -g -O2 ../../../../newlib-2.2.0.20150225/libgloss/or1k/syscalls.c
  2. ../../../../newlib-2.2.0.20150225/libgloss/or1k/syscalls.c:127:1: error: conflicting types for ‘_open_r’
  3. _open_r(struct _reent *reent, char *file, int flags, int mode)
  4. ^
  5. In file included from ../../../../newlib-2.2.0.20150225/libgloss/or1k/syscalls.c:20:0:
  6. /home/olof/code/or1k/tc/newlib-2.2.0.20150225/newlib/libc/include/reent.h:151:12: note: previous declaration of ‘_open_r’ was here
  7. extern int _open_r _PARAMS ((struct _reent *, const char *, int, int));
  8. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement