Advertisement
Guest User

Error

a guest
Feb 25th, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. $ make
  2. nspire-gcc -Os -nostdlib -I"c:/nRGBlib/sdk/include/" -c pong.c
  3. nspire-ld -L "c:/nRGBlib/sdk/lib/" pong.o -o Pong.elf -lRGB
  4. c:/program files (x86)/yagarto/bin/../lib/gcc/arm-none-eabi/4.6.2/../../.. /../arm-none-eabi/lib\libc.a(lib_a-rand.o): In function `rand':
  5. C:\msys\1.0\home\yagarto\newlib-build\arm-none-eabi\newlib\libc\stdlib/../ ../../../../newlib-1.19.0/newlib/libc/stdlib/rand.c:81: multiple definitio n of `rand'
  6. c:/nRGBlib/sdk/lib/\libRGB.a(maths.o):maths.c:(.text+0x0): first defined h ere
  7. collect2: ld returned 1 exit status
  8. make: *** [Pong.tns] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement