Re: Getting “make: Entering an unknown directory” error while building postgresql on MIPS platform

From: shreesha21 <shreesha1988(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Getting “make: Entering an unknown directory” error while building postgresql on MIPS platform
Date: 2014-06-10 18:21:43
Message-ID: 1402424503981-5806720.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sorry for the confusion. Let me clarify what I am trying to do here.

I am trying to configure and build postgresql for MIPS platform and I am
doing this on a linux system - (Linux dev-shreesharao.arubanetworks.com
2.6.32-431.11.2.el6.x86_64 GNU/Linux) so that the libraries generated from
this build will be ported to MIPS platform for further use.

The way I am trying to accomplish this is by executing the configure file
with some mips specific configure options and export variables.
i.e.,
configure_args: '--target=mips-linux-gnu' '--host=mips-linux-gnu'
'--without-readline' '--without-zlib'
'--prefix=/home/shreesha/platform/tools/porfidio_obj'
'host_alias=mips-linux-gnu' 'target_alias=mips-linux-gnu'
'CC=/home/shreesha/platform/tools/mipscross-xlp/linux/bin/mips64-nlm-linux-gcc
-B/home/shreesha/platform/tools/mipscross-xlp/linux
-B/home/shreesha/platform/tools/mipscross-xlp/linux/lib ' 'LDFLAGS= -mabi=32
-march=xlp'
'CPP=/home/shreesha/platform/tools/mipscross-xlp/linux/bin/mips64-nlm-linux-cpp'

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Getting-make-Entering-an-unknown-directory-error-while-building-postgresql-on-MIPS-platform-tp5806705p5806720.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-06-10 18:58:25 Re: Re: Getting “make: Entering an unknown directory” error while building postgresql on MIPS platform
Previous Message Tom Lane 2014-06-10 18:19:41 Re: API change advice: Passing plan invalidation info from the rewriter into the planner?