efegea
Active Member
After a while I decided to start coding again, for the GBAX compo.
But gpu940 fails to compile
CODE
/usr/local/open2x/bin/open2x-ld -o gpu940.elf -L../console -L../perftime -L../lib -L/usr/local/open2x/lib/gcc/arm-gp2x-linux/3.4.6 -L/usr/local/open2x/lib/gcc/open2x/4.0.2 -T script.ld -N -s
gpu940.o: In function `next_log_2':
/home/frajan/cvs/gpu940/bin/gpu940.c:206: undefined reference to `__assert_fail'
gpu940.o: In function `next_cmd':
/home/frajan/cvs/gpu940/bin/gpu940.c:287: undefined reference to `__assert_fail'
clip.o: In function `clip_poly':
/home/frajan/cvs/gpu940/bin/clip.c:63: undefined reference to `__assert_fail'
/home/frajan/cvs/gpu940/bin/clip.c:110: undefined reference to `__assert_fail'
codegen.o: In function `add_patch':
/home/frajan/cvs/gpu940/bin/codegen.c:316: undefined reference to `__assert_fail'
codegen.o:/home/frajan/cvs/gpu940/bin/codegen.c:341: more undefined references to `__assert_fail' follow
make[2]: *** [gpu940] Error 1
make[2]: Leaving directory `/home/frajan/cvs/gpu940/bin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/frajan/cvs/gpu940'
make: *** [all] Error 2
But gpu940 fails to compile
CODE
/usr/local/open2x/bin/open2x-ld -o gpu940.elf -L../console -L../perftime -L../lib -L/usr/local/open2x/lib/gcc/arm-gp2x-linux/3.4.6 -L/usr/local/open2x/lib/gcc/open2x/4.0.2 -T script.ld -N -s
gpu940.o: In function `next_log_2':
/home/frajan/cvs/gpu940/bin/gpu940.c:206: undefined reference to `__assert_fail'
gpu940.o: In function `next_cmd':
/home/frajan/cvs/gpu940/bin/gpu940.c:287: undefined reference to `__assert_fail'
clip.o: In function `clip_poly':
/home/frajan/cvs/gpu940/bin/clip.c:63: undefined reference to `__assert_fail'
/home/frajan/cvs/gpu940/bin/clip.c:110: undefined reference to `__assert_fail'
codegen.o: In function `add_patch':
/home/frajan/cvs/gpu940/bin/codegen.c:316: undefined reference to `__assert_fail'
codegen.o:/home/frajan/cvs/gpu940/bin/codegen.c:341: more undefined references to `__assert_fail' follow
make[2]: *** [gpu940] Error 1
make[2]: Leaving directory `/home/frajan/cvs/gpu940/bin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/frajan/cvs/gpu940'
make: *** [all] Error 2