View Single Post
Old 29 May 2018, 18:08   #840
lantus360
MVG
 
Join Date: Feb 2013
Location: Olathe, Kansas
Posts: 215
just updated to the latest from git

im getting these link errors

Code:
./bin/organ.o(.text+0x96):./bin/organ.o: undefined reference to `__memset64'
./bin/RSPiX/Src/CYAN/Unix/uDialog.o(.text+0x2be):./bin/RSPiX/Src/CYAN/Unix/uDialog.o: undefined reference to `__sF'
my link statement looks like this

Code:
m68k-amigaos-g++ -o <all my .o files>
-L"C:\cygwin\opt\amiga\m68k-amigaos\clib2\lib" -L"C:\cygwin\opt\amiga\m68k-amigaos\libnix\lib" -lc -lamiga -lm

i tried a define memset64 as memset in a header file but it didnt resolve it. any ideas? Im building with g++ with -O2 -noixemul

thanks
lantus360 is offline  
 
Page generated in 0.04267 seconds with 11 queries