Search found 2 matches

by Piker
Mon Jan 19, 2009 8:30 am
Forum: PSP Development
Topic: Compilation problems
Replies: 4
Views: 1633

The VLF library has its own libc library version(vlflibc) then you have to include that library and exclude the original one. The Makefile is a copy(90%) of the Makefile used to compile the example provided with the library. It seems to be OK. I supose the VLF library doesn't include that function o...
by Piker
Sat Jan 17, 2009 1:38 am
Forum: PSP Development
Topic: Compilation problems
Replies: 4
Views: 1633

Compilation problems

When I try to compile and a file has a division, ej: int i = 300 / 100; the linker shows an error of undefined reference to `__divdi3' function. I'm using VLF library of Dark_Alex, if anyone know the solution, please reply. Makefile TARGET = PSPasswordv2 OBJS = crt0.o main.o INCDIR = ../../include C...