PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > Compilation on Big Endian platforms
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

Compilation on Big Endian platforms

Réponse
 
LinkBack Outils de la discussion
Vieux 23/05/2008, 16h20   #1
Mathieu Malaterre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Compilation on Big Endian platforms

Hi there,

I was wondering what would be the easiest way to try my code on a
big endian machine. I thought of buying a cheap G4 mac mini on ebay,
install linux and then compile my project. But those machine are still
a bit expensive for my budget. I have not investigated yet but is
there a way to emulate big endian on little endian machine (boch, xen,
vmware...).

Thanks !
--
Mathieu


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 23/05/2008, 16h30   #2
Eduardo M KALINOWSKI
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Compilation on Big Endian platforms

Mathieu Malaterre wrote:
> Hi there,
>
> I was wondering what would be the easiest way to try my code on a
> big endian machine. I thought of buying a cheap G4 mac mini on ebay,
> install linux and then compile my project. But those machine are still
> a bit expensive for my budget. I have not investigated yet but is
> there a way to emulate big endian on little endian machine (boch, xen,
> vmware...).
>


I believe qemu can do that. The other ones can't.

--
Old age is too high a price to pay for maturity.

Eduardo M KALINOWSKI
eduardo@kalinowski.com.br
http://move.to/hpkb


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 24/05/2008, 00h50   #3
Paul Dwerryhouse
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Compilation on Big Endian platforms

On Fri, May 23, 2008 at 05:15:51PM +0200, Mathieu Malaterre wrote:
> I was wondering what would be the easiest way to try my code on a
> big endian machine. I thought of buying a cheap G4 mac mini on ebay,
> install linux and then compile my project. But those machine are still
> a bit expensive for my budget.


How about buying an old Sun Sparc? A quick ebay search turned up a
couple going for under $150, and several available at around $30...

Cheers,

Paul.

--
Paul Dwerryhouse | PGP Key ID: 0x6B91B584
================================================== ======================

http://linoleum.leapster.org/ - Linux Programming Resources


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 24/05/2008, 02h40   #4
Kevin Mark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Compilation on Big Endian platforms

On Fri, May 23, 2008 at 05:15:51PM +0200, Mathieu Malaterre wrote:
> Hi there,
>
> I was wondering what would be the easiest way to try my code on a
> big endian machine. I thought of buying a cheap G4 mac mini on ebay,
> install linux and then compile my project. But those machine are still
> a bit expensive for my budget. I have not investigated yet but is
> there a way to emulate big endian on little endian machine (boch, xen,
> vmware...).
>
> Thanks !
> --
> Mathieu


http://www.emdebian.org/tools.html


--
| .''`. == Debian GNU/Linux == | my web site: |
| : :' : The Universal |mysite.verizon.net/kevin.mark/|
| `. `' Operating System | go to counter.li.org and |
| `- http://www.debian.org/ | be counted! #238656 |
| my keyserver: subkeys.pgp.net | my NPO: cfsg.org |
|join the new debian-community.org to Debian! |
|_______ Unless I ask to be CCd, assume I am subscribed _______|


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 24/05/2008, 13h50   #5
Mathieu Malaterre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Compilation on Big Endian platforms

On Sat, May 24, 2008 at 3:31 AM, Kevin Mark <kevin.mark@verizon.net> wrote:
> On Fri, May 23, 2008 at 05:15:51PM +0200, Mathieu Malaterre wrote:
>> Hi there,
>>
>> I was wondering what would be the easiest way to try my code on a
>> big endian machine. I thought of buying a cheap G4 mac mini on ebay,
>> install linux and then compile my project. But those machine are still
>> a bit expensive for my budget. I have not investigated yet but is
>> there a way to emulate big endian on little endian machine (boch, xen,
>> vmware...).
>>
>> Thanks !
>> --
>> Mathieu

>
> http://www.emdebian.org/tools.html


I forgot to mention that I need to compile AND run the regresion test.
qemu is so far the best solution.

Thanks anyway,
--
Mathieu


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 24/05/2008, 13h50   #6
Mathieu Malaterre
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Compilation on Big Endian platforms

Indeed ! Thanks, that's a pretty darn good solution I need to check
if I can run powerpc on x86_64, but I like that.

On Fri, May 23, 2008 at 5:19 PM, Eduardo M KALINOWSKI
<eduardo@kalinowski.com.br> wrote:
> Mathieu Malaterre wrote:
>> Hi there,
>>
>> I was wondering what would be the easiest way to try my code on a
>> big endian machine. I thought of buying a cheap G4 mac mini on ebay,
>> install linux and then compile my project. But those machine are still
>> a bit expensive for my budget. I have not investigated yet but is
>> there a way to emulate big endian on little endian machine (boch, xen,
>> vmware...).
>>

>
> I believe qemu can do that. The other ones can't.
>
> --
> Old age is too high a price to pay for maturity.
>
> Eduardo M KALINOWSKI
> eduardo@kalinowski.com.br
> http://move.to/hpkb
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>




--
Mathieu


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 25/05/2008, 02h20   #7
Douglas A. Tutty
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Compilation on Big Endian platforms

On Fri, May 23, 2008 at 05:15:51PM +0200, Mathieu Malaterre wrote:
>
> I was wondering what would be the easiest way to try my code on a
> big endian machine. I thought of buying a cheap G4 mac mini on ebay,
> install linux and then compile my project. But those machine are still
> a bit expensive for my budget. I have not investigated yet but is
> there a way to emulate big endian on little endian machine (boch, xen,
> vmware...).


There's the Hercules mainframe simulator...

Doug.


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 19h44.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,13314 seconds with 15 queries