Sponsored Content
Full Discussion: C Compiler on LINUX
Operating Systems Linux C Compiler on LINUX Post 302284828 by Corona688 on Friday 6th of February 2009 11:17:32 AM
Old 02-06-2009
You cannot install 64-bit macintosh powerpc binaries on an intel system probably running 32-bit, you should be happy you didn't succeed Smilie
 

9 More Discussions You Might Find Interesting

1. Linux

Windows C++ compiler for Linux

Does anyone here know of any good windows c++ compiler for linux? so that I can compile c++ programs in Linux (this is very possible!). Doesnt mather if it is a real windows compiler that works in wine or if its a compiler written for linux but compiles windows binaries (4 Replies)
Discussion started by: Kimm
4 Replies

2. Programming

Doubts About C Compiler In Unix/linux

As all of you know whenever a program "say a.c" is complied in linux using the gcc or the cc compiler..it shows the list of errors ( if the program contains any).. i want to modify the compier script so as to list the no of errors only and not the description about the error..like" parse error " ... (1 Reply)
Discussion started by: vrs
1 Replies

3. Programming

C compiler to build Sparc/Solaris binaries on Linux

Just that the Subject says. I am looking for a C compiler for Linux x86 that will allow me to compile a C source code file and the resulting binary will be able to run on a Sparc running Solaris. Thanks. (2 Replies)
Discussion started by: lyonsd
2 Replies

4. Ubuntu

MS basic compiler for linux

I have a client who's software is written in ms basic for xenix and compiled on SCO. They would like to get it running on Linux. Does anyone know if there is a MS Basic compiler avialable for Linux? Or is there a way for Linux to run an SCO application? Thanks (3 Replies)
Discussion started by: lochraven
3 Replies

5. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies

6. Red Hat

GCC compiler on linux box

Hi All, My main aim is to find the version of GCC compiler installed on linux box. Case 1: When i use gcc -v i get the foll. O/P Reading specs from /usr/lib/gcc-lib/i386-redhat-linux7/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-128) case 2: when i use... (3 Replies)
Discussion started by: Ashok_oct22
3 Replies

7. Shell Programming and Scripting

GCC compiler installation on Linux OS

Need assistance in getting a GCC compiler on linux server . I wanted to install GCC compiler under local user . System doesnt have any compiler . Is there a way to get a compiler installed without a root user, cant install using (rpm, yum ) When I try to compile the gcc source i get the... (7 Replies)
Discussion started by: ajayram_arya
7 Replies

8. Linux

Xlc compiler on Redhat Linux

Hi , Currently i have my c and pro*c code got compiled in IBM POWER - AIX machine with xlc compiler version 9. We are planning to migrate all our applications from IBM POWER - AIX to Redhat Linux. Can i use the same current (IBM AIX) xlc compiler with the same compiling... (3 Replies)
Discussion started by: mugunthanvh
3 Replies

9. UNIX and Linux Applications

Xalan & Xerces issues for Oracle Linux 6.6 & Solarisstudio12.3 C++ compiler for Linux

Hi Team, I am facing issue while using Xalan & Xerces for my application. Below are my environment details i am using :- Platform:- Oracle Linux 6.6 Compiler :- solarisstudio12.3 C++ compiler for Linux Below are the versions of Xalan & Xerces source code used to build the shared object... (0 Replies)
Discussion started by: agrachirag
0 Replies
ucodeadm(1M)						  System Administration Commands					      ucodeadm(1M)

NAME
ucodeadm - update processor microcode SYNOPSIS
/usr/sbin/ucodeadm -v /usr/sbin/ucodeadm -umicrocode-text-file /usr/sbin/ucodeadm -i [-R path] microcode-text-file DESCRIPTION
The ucodeadm utility can be used to report running microcode revision on the processors, update microcode, or install microcode on the tar- get system to be used during the boot process. The microcode-text-file can be obtained from processor vendors. OPTIONS
-v Report microcode revision. -u microcode-text-file Update microcode on all cross-call interrupt ready processors. -i microcode-text-file Install microcode files on target system to be used during the next boot cycle. The text file name must have the vendor name prefix, such as "intel" or "amd". By default the microcode files will be installed at: /platform/i86pc/ucode/$VENDORSTR/ where VENDORSTR is either "GenuineIntel" or "AuthenticAMD". -R alternate path Install microcode path in the alternate path. EXAMPLES
Example 1 Reporting the Microcode Revision The following example displays the microcode revision that is currently running: # ucodeadm -v Example 2 Updating the Processor Microcode The following example updates the processor microcode to intel-ucode.txt: # ucodeadm -u intel-ucode.txt Example 3 Installing the Microcode on the Target System The following example installs the microcode on the target system, /export/ucode-path: # ucodeadm -i -R /export/ucode-path intel-ucode.txt If an alternate path is used when installing the microcode on the target system, the installed microcode file is not used on the next boot cycle. EXIT STATUS
The following exit values are returned: 0 Successful completion. >0 An error occurred. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Stable | +-----------------------------+-----------------------------+ SEE ALSO
psradm(1M), psrinfo(1M), attributes(5) SunOS 5.11 10 Jul 2007 ucodeadm(1M)
All times are GMT -4. The time now is 08:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy