mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] phyFLEX-i.MX6
@ 2013-09-16  8:26 Bilal TAŞ
  2013-09-16  8:39 ` Josef Holzmayr
  2013-09-16  8:46 ` Jürgen Beisert
  0 siblings, 2 replies; 5+ messages in thread
From: Bilal TAŞ @ 2013-09-16  8:26 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 386 bytes --]

 

Hello,

 

I'm working PhyFLEX-i.MX6 Rapid Development Kit,  I need QT 4.8 Lib with my
embedded systems . I checked PTXdist 2013.09.0 inclued qt 4.8. I try build I
show this error. How to fix this error ?

 

PTXdist is 2013.09.0

BSP: pD13.1.1

 

 

error: The ptxconfig file version and ptxdist version do not match:

configfile version: 2012.03.0

ptxdist version: 2013.09.0

 


[-- Attachment #1.2: Type: text/html, Size: 2755 bytes --]

[-- Attachment #2: Type: text/plain, Size: 48 bytes --]

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] phyFLEX-i.MX6
  2013-09-16  8:26 [ptxdist] phyFLEX-i.MX6 Bilal TAŞ
@ 2013-09-16  8:39 ` Josef Holzmayr
  2013-09-16  8:46 ` Jürgen Beisert
  1 sibling, 0 replies; 5+ messages in thread
From: Josef Holzmayr @ 2013-09-16  8:39 UTC (permalink / raw)
  To: ptxdist

Howdy!

Am 16.09.2013 10:26, schrieb Bilal TAŞ:
> error: The ptxconfig file version and ptxdist version do not match:
>
> configfile version: 2012.03.0
>
> ptxdist version: 2013.09.0

To me, that sounds mostly self-explanatory. Either use ptxdist 2012.03.0 
which matches the config file, or migrate the config file forwards. 
ptxdist migrate *might* be your friend there.

Greetz
-- 
Josef"ZaP" Holzmayr

"Never underestimate the bandwidth of a freight train full of DAT tapes. 
Just latency might be an issue"

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] phyFLEX-i.MX6
  2013-09-16  8:26 [ptxdist] phyFLEX-i.MX6 Bilal TAŞ
  2013-09-16  8:39 ` Josef Holzmayr
@ 2013-09-16  8:46 ` Jürgen Beisert
  2013-09-16  9:33   ` Bilal TAŞ
  1 sibling, 1 reply; 5+ messages in thread
From: Jürgen Beisert @ 2013-09-16  8:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Bilal TAŞ

Hi Bilal,

On Monday 16 September 2013 10:26:56 Bilal TAŞ wrote:
> I'm working PhyFLEX-i.MX6 Rapid Development Kit,  I need QT 4.8 Lib with my
> embedded systems . I checked PTXdist 2013.09.0 inclued qt 4.8. I try build
> I show this error. How to fix this error ?
>
> PTXdist is 2013.09.0
>
> BSP: pD13.1.1
>
> error: The ptxconfig file version and ptxdist version do not match:
>
> configfile version: 2012.03.0
>
> ptxdist version: 2013.09.0

The existing config files are made for an older PTXdist release. You should 
keep it until you know what you are doing. What you want to do is an upgrade 
of your BSP. If you do so, expects some things may fail and you must adapt 
more than the Qt-4.8 to make everything work again. Welcome to the area of BSP 
development...

This will help you to upgrade:

$ ptxdist migrate

And answer the questions carefully.

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] phyFLEX-i.MX6
  2013-09-16  8:46 ` Jürgen Beisert
@ 2013-09-16  9:33   ` Bilal TAŞ
  2013-09-16 10:29     ` Jürgen Beisert
  0 siblings, 1 reply; 5+ messages in thread
From: Bilal TAŞ @ 2013-09-16  9:33 UTC (permalink / raw)
  To: ptxdist

Dear Juergen

Thanks for reply, I try migrate option and I see a lot of question. I must use ptxdist 2013.09.0 and  OSELAS.Toolchain-2012.12.1 because it is inclued qt4.8. Can I maunel integration qt 4.8 runtime my board not use ptxdist or oselas tool

Thansk

-----Original Message-----
From: ptxdist-bounces@pengutronix.de [mailto:ptxdist-bounces@pengutronix.de] On Behalf Of Jürgen Beisert
Sent: Monday, September 16, 2013 11:46 AM
To: ptxdist@pengutronix.de
Cc: Bilal TAŞ
Subject: Re: [ptxdist] phyFLEX-i.MX6

Hi Bilal,

On Monday 16 September 2013 10:26:56 Bilal TAŞ wrote:
> I'm working PhyFLEX-i.MX6 Rapid Development Kit,  I need QT 4.8 Lib 
> with my embedded systems . I checked PTXdist 2013.09.0 inclued qt 4.8. 
> I try build I show this error. How to fix this error ?
>
> PTXdist is 2013.09.0
>
> BSP: pD13.1.1
>
> error: The ptxconfig file version and ptxdist version do not match:
>
> configfile version: 2012.03.0
>
> ptxdist version: 2013.09.0

The existing config files are made for an older PTXdist release. You should keep it until you know what you are doing. What you want to do is an upgrade of your BSP. If you do so, expects some things may fail and you must adapt more than the Qt-4.8 to make everything work again. Welcome to the area of BSP development...

This will help you to upgrade:

$ ptxdist migrate

And answer the questions carefully.

Regards,
Juergen

--
Pengutronix e.K.                              | Juergen Beisert             | Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

--
ptxdist mailing list
ptxdist@pengutronix.de


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] phyFLEX-i.MX6
  2013-09-16  9:33   ` Bilal TAŞ
@ 2013-09-16 10:29     ` Jürgen Beisert
  0 siblings, 0 replies; 5+ messages in thread
From: Jürgen Beisert @ 2013-09-16 10:29 UTC (permalink / raw)
  To: ptxdist; +Cc: Bilal TAŞ

Hi Bilal,

On Monday 16 September 2013 11:33:38 Bilal TAŞ wrote:
> Thanks for reply, I try migrate option and I see a lot of question.

Sure. A more recent PTXdist comes with many new features. For every new feature 
you will see a question what to do. For the most questions you can accept the 
default. If you are unsure, answer 'N' (not(!) 'Y').

> I must use ptxdist 2013.09.0 and  OSELAS.Toolchain-2012.12.1 because it is
> inclued qt4.8. Can I maunel integration qt 4.8 runtime my board not use
> ptxdist or oselas tool

Based on your questions I would guess you are new to embedded development. Try 
the "ptxdist migrate" approach. Manual integration will be the harder way.

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-16 10:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-16  8:26 [ptxdist] phyFLEX-i.MX6 Bilal TAŞ
2013-09-16  8:39 ` Josef Holzmayr
2013-09-16  8:46 ` Jürgen Beisert
2013-09-16  9:33   ` Bilal TAŞ
2013-09-16 10:29     ` Jürgen Beisert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox