>-----Original Message----- >From: Jason [mailto:[EMAIL PROTECTED] >Sent: Friday, October 17, 2008 12:54 PM >To: [email protected] >Subject: Re: [gentoo-embedded] Cross-Compiling Python > >Melton, Jason wrote: >> I have been trying to get Gentoo to run on the Atmel AT91RM9200 >> processor that I have on a custom board. So far, I have managed to >> cross compile quite a few packages (some requiring help) for the >> processor but when it comes to Python, I get the following error: >[snip] >> * The specific snippet of code: >> * [[ $(python -V 2>&1) != "Python ${PV}" ]] && die >> "Crosscompiling requires the same host and build versions."; > >Version number, _not_ architecture. Run 'python -V' on the x86 system. > is it the same as the python version you are trying to cross-compile? >For some reason python requires this... > >To solve you'll need to either upgrade or downgrade the host or target. > I'd recommend adjusting the target version to match the build host. >Assuming the build host is up to date. > >hth, > >Jason.
Thank you very much. That seems to have fixed it. Jason -------------------------------------------------------------------- CONFIDENTIALITY NOTE: This transmission is intended solely for the use of the individual(s) to whom it is addressed and may contain information that is privileged, confidential, or otherwise exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or an authorized representative of the intended recipient, you are hereby notified that any review, retransmission, dissemination, distribution, copying of or taking of any action in reliance upon this communication is strictly prohibited. If you have received this communication in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply e-mail.
