Skip navigation.
 
mlld: total output size exceeds 2GB (2033MB)
FROM : younker yang
DATE : Mon Apr 14 21:35:35 2008

Hi, All,

This is my first post on this mailing list, I checked out cogx from SVN, and
change the project settings to be xcode 3.1 compatible, but when I build the
WMA.framework, I got the following error,
It seems there is some error on link configuration.

Can anyone help me to solve this issue?

Ld
/Users/younker/Developer/cogosx/cog/Frameworks/WMA/../../build/Release/WMA.f
ramework/Versions/A/WMA normal i386
    cd /Users/younker/Developer/cogosx/cog/Frameworks/WMA
    /Developer/usr/bin/gcc-4.2 -arch i386 -dynamiclib -isysroot
/Developer/SDKs/MacOSX10.5.sdk
-L/Users/younker/Developer/cogosx/cog/Frameworks/WMA/../../build/Release
-F/Users/younker/Developer/cogosx/cog/Frameworks/WMA/../../build/Release
-filelist
"/Users/younker/Developer/cogosx/cog/Frameworks/WMA/../../build/WMA.build/Re
lease/WMA Framework.build/Objects-normal/i386/WMA.LinkFileList"
-install_name /Users/younker/Library/Frameworks/WMA.framework/Versions/A/WMA
-mmacosx-version-min=10.5 -liconv -Wl,-single_module -compatibility_version
1 -current_version 1 -o
/Users/younker/Developer/cogosx/cog/Frameworks/WMA/../../build/Release/WMA.f
ramework/Versions/A/WMA
ld: total output size exceeds 2GB (2033MB)
collect2: ld returned 1 exit status

Best regards.
Mac.<email_removed>

Related mailsAuthorDate
mlRe: ld: total output size exceeds 2GB (2033MB) Alastair Houghton Apr 14, 13:42
mlld: total output size exceeds 2GB (2033MB) younker yang Apr 14, 21:35