Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Where is the sdm executable ... on AIX ?

On Tuesday, November 27, 2012 14:44:23 Dr. Christoph Pospiech wrote:
> On Tuesday, November 27, 2012 8:27:17 Beth Tibbitts wrote:
> > Christoph,
> > You don't have to clone the source repo.
> > The instructions are in the release notes on how to build the sdm
> > http://wiki.eclipse.org/PTP/release_notes/6.0#Install_optional_PTP_debugge
> > r_ component
> >
> > ...Beth
> 
> Beth,
> 
> thanks for the above URL. I followed the instructions in there and SDM now 
> works for me.

Actually, I should be more precise... I am using a PTP synchronized project.

* local project (Linux x86 with GNU compiler suite) - I was able to build the 
SDM binary, fire up the debugger and successfully track down one bug in my 
application. ( -> success story).

But there was another bug showing only on the remote side.

* remote project (AIX 6.1 on POWER6 with xl compiler suite) - I took the very 
same zip file (well, I had to repack it as tar.bz2 file), but compilation failed 
for each proxy. There was a gcc installed but configure claimed that this 
didn't work. When I spotted the message 'unknown option -qversion' in the 
config.log, I switched to xlc, as this compiler knows -qversion. But xlc 
sprouted lots of error messages and no binary was generated 
(-> so far not a success story)

Any advise ? Is there a special trick for AIX ? 
-- 

Mit freundlichen Grüßen / Kind regards

Dr. Christoph Pospiech
High Performance & Parallel Computing
Phone: +49-351 86269826
Mobile: +49-171-765 5871
E-Mail: christoph.pospiech@xxxxxxxxxx
-------------------------------------------------------------------------------------------------------------------------------------------
IBM Deutschland GmbH / Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Martina Koederitz (Vorsitzende), Reinhard Reschke, Dieter 
Scholz, Gregor Pillen, Joachim Heel, Christian Noll
Sitz der Gesellschaft: Ehningen / Registergericht: Amtsgericht Stuttgart, HRB 
14562 / WEEE-Reg.-Nr. DE 99369940 



Back to the top