Homebrew [Beta] Spider3DSPrint - text printing routines for ARM11 userland code

  • Thread starter Thread starter duke_srg
  • Start date Start date
  • Views Views 1,602
  • Replies Replies 6
  • Likes Likes 3

duke_srg

Well-Known Member
Member
Joined
Mar 1, 2011
Messages
1,862
Reaction score
588
Trophies
0
Age
46
Location
Moscow
XP
828
Country
Serbia, Republic of
I get errors during compiling your example.
C:\Users\Vega\Desktop\Spider3DSPrint-master>make
arm-none-eabi-gcc -c -o code.o code.c -fPIE -fno-zero-initialized-in-bss -std=c
9 -mcpu=mpcore -fshort-wchar -O2
In file included from code.c:2:0:
print.h: In function 'print':
print.h:119:127: error: expected ')' before ';' token
GX_SetTextureCopy(BUFFER_LOC, (void*)(BOTTOM_FB0_LOC + *(unsigned*)col *
EM_STRIPE_SIZE, MEM_STRIPE_SIZE, 0, 0, 0, 0, 8);

^
print.h:119:6: error: too few arguments to function 'GX_SetTextureCopy'
GX_SetTextureCopy(BUFFER_LOC, (void*)(BOTTOM_FB0_LOC + *(unsigned*)col *
EM_STRIPE_SIZE, MEM_STRIPE_SIZE, 0, 0, 0, 0, 8);
^
In file included from code.c:2:0:
print.h:128:1: error: expected ';' before '}' token
}
^
code.c:11:1: error: expected declaration or statement at end of input
}
^
code.c:11:1: error: expected declaration or statement at end of input
code.c:11:1: error: expected declaration or statement at end of input
make: *** [code.o] Error 1

C:\Users\Vega\Desktop\Spider3DSPrint-master>
 

Site & Scene News

Popular threads in this forum