Re: Migrating a 32 bit aplication to a 64 bit processor, using gcc in Linux platform.
From: Ulrich Eckhardt (doomster_at_knuut.de)
Date: 12/07/04
- Next message: katsnelson_at_gmail.com: "Re: Virtual to physical memry translation"
- Previous message: Cruxy: "[Kernel 2.6][Module] Problem: I/O Port access troubles"
- In reply to: mgodoy_at_entel.cl: "Migrating a 32 bit aplication to a 64 bit processor, using gcc in Linux platform."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 07 Dec 2004 17:04:31 +0100
Up front, please read up on nettiquette, as your crosspost is unbearable.
F'up set.
mgodoy@entel.cl wrote:
> I, I have a aplication that is compiled and runing in a RedHat AS
> Linux 2.1 with 386 processor(32 bit), I need migrate it to a new
> machine with itanium processor(64 bit) with Red Hat Linux 2.1, I am
> using gcc V 2.96 for compile but I am not sure of the option of gcc
> for have a good compiled object file.
None. Programs written in C or C++ tend to be portable, given they don't
make any nonportable assumptions about e.g. byte-order or size of
intrinsic types. Also, read http://gcc.gnu.org/gcc-2.96.html.
In case you have a problem with something, I suggest you describe that
problem instead.
Uli
- Next message: katsnelson_at_gmail.com: "Re: Virtual to physical memry translation"
- Previous message: Cruxy: "[Kernel 2.6][Module] Problem: I/O Port access troubles"
- In reply to: mgodoy_at_entel.cl: "Migrating a 32 bit aplication to a 64 bit processor, using gcc in Linux platform."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|