RTEMS (+epics) on a mvme167: Problems with environ

Jan C. Bernauer bernauer at mit.edu
Mon Jul 19 13:41:27 UTC 2010


  On 16.07.10 15:43, Eric Norum wrote:
> On Jul 16, 2010, at 12:38 PM, Jan C. Bernauer wrote:
>
>>
>> Hi,
>>
>> thanks for the quick reply.
>> ok, I searched further:
>>
>>
>> On 16.07.10 13:08, Till Straumann wrote:
>>> On 07/16/2010 05:19 PM, Jan C. Bernauer wrote:
>>>>   Hi,
>>>>
>>>>   I am struggling to get RTEMS+EPICS working on an mvme167 (m68k based
>>>> vme cpu).
>>>>
>>>> As far as I see, the environ pointer is 0.
>>> You should try to find out where your 'environ' pointer comes from (use
>>>   a linker map by adding -Wl,-Map,xxx.map).
>>>
>> It seems that it stays the way start.S is defining it:
>> BEGIN_DATA
>>
>>         PUBLIC (environ)
>>         .align 2
>> SYM (environ):
>>         .long   0
>
> That's weird.
> I'd suggest just removing those four lines.

Removed these lines, and it works.

Thank you

Jan



More information about the users mailing list