Re: Mac64 linker error
Re: Mac64 linker error
- Subject: Re: Mac64 linker error
- From: tahome izwah <email@hidden>
- Date: Mon, 17 Oct 2011 17:15:50 +0200
This may be a long shot, but are you using large arrays of static
data? I recall seeing this error once when I had a very large static
array ( > 2GB IIRC). Bad style anyway, but maybe this helps.
Just a guess since noone else has replied so far.
--th
2011/10/17 Vojtěch Meluzín <email@hidden>:
> Well, so that's even worse, I removed kCFTypeDictionaryValueCallBack from
> the code, but seems that most symbols are going the error:
>
>
> ld: codegen problem, can't use rel32 to external symbol xxx....
>
> Is there something needed to specify to GCC, or some defines??
>
> Thanks in advance,
> Vojtech
>
>
> Dne 16. října 2011 23:38 Vojtěch Meluzín <email@hidden>
> napsal(a):
>>
>> Hi,
>>
>> I'm trying to upgrade to Mac64, but the linker is giving me this error :
>>
>> ld: codegen problem, can't use rel32 to external symbol _
>> kCFTypeDictionaryValueCallBacks in
>> MAudioPluginAUAdapter::GetProperty(unsigned int, unsigned int, unsigned int,
>> unsigned int*, unsigned char*, void*)from !temp/DebugDebug1/MXXX/main.o
>>
>> which is only used in get property kAudioUnitProperty_ClassInfo, this
>> line:
>> CFMutableDictionaryRef pDict = CFDictionaryCreateMutable(0, 0,
>> &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
>>
>> What is the problem?
>>
>> Thanks,
>> Vojtech
>
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Coreaudio-api mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden