gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Beginners > compiler error

#14610 - alek - Fri Jan 09, 2004 3:38 pm

Hi
I have a problem with my ham compiler. When i compile my gba program in visual ham it stops at

c:/HAM/gcc-arm/bin/arm-thumb-elf-gcc.exe -I c:/HAM/gcc-arm/include -I c:/HAM/gcc-arm/arm-thumb-elf/include -I c:/HAM/include -I c:/HAM/system -c -DHAM_HAM -DHAM_MULTIBOOT -DHAM_ENABLE_MBV2LIB -O2 -DHAM_WITH_LIBHAM -mthumb-interwork -mlong-calls -Wall -save-temps -fverbose-asm -nostartfiles main.c -o main.o

and a window popps up that says it can't find the procedurestartadress __getreent in the DLL-file cygwin1.dll. i don't have a clue what this means.
It worked perfectly untill I installed the devkitadvanced and now this happens.

#14612 - alek - Fri Jan 09, 2004 4:38 pm

I have deleted devkitadvanced but i didn't help. Then I found a cygwin1.dll in my c:\WINNT\system32 I renamed it and ham works now. But is there any other way to do this, because the cygwin1.dll that lies in c:\WINNT\system32 is there for a reason right?