WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-arm

[XenARM] gcc: error trying to exec 'cc1': execvp: No such file or direct

To: Xen <xen-arm@xxxxxxxxxxxxxxxxxxx>
Subject: [XenARM] gcc: error trying to exec 'cc1': execvp: No such file or directory
From: Krishna Pavan <post4pavan@xxxxxxxxx>
Date: Mon, 14 Nov 2011 12:30:25 +0530
Delivery-date: Sun, 13 Nov 2011 23:00:37 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=OT+81kGV+9L18JoceDCQWSnjHlk76MYWh+2pkgBbb7k=; b=gr9ZgHPKNxdKMufLCvZALtJISPCRaP9rnvsv1PwblVytiPpsPrBb0nXNZ10mIDOyrG 8kl3wVDDU/UHg53C+gbiRwdcFWm161Cm/IPU9tnBlrvurpj/jDsOeSd+smB7GIaGNGs0 Il8aeuPaX9NyP5Y64a1bSJaeo9WmaUsAydbAU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-arm-request@lists.xensource.com?subject=help>
List-id: Xen ARM development <xen-arm.lists.xensource.com>
List-post: <mailto:xen-arm@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-arm>, <mailto:xen-arm-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-arm>, <mailto:xen-arm-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-arm-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I want to use Xen-ARM for imx21..........So I downloaded the code and tried to compile.

In my Config.mk the config for cross-compiler is

# Tools to run on system hosting the build
HOSTCC     = gcc
HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer

# Cross Tool chain configuration

CROSS_COMPILE    = /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/arm-fsl-linux-gnueabi/bin/


I am getting this error when i  "make xen",   the log is attached.

gcc: error trying to exec 'cc1': execvp: No such file or directory.

Attachment: gcc-error-cc1.txt
Description: Text document

_______________________________________________
Xen-arm mailing list
Xen-arm@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-arm
<Prev in Thread] Current Thread [Next in Thread>
  • [XenARM] gcc: error trying to exec 'cc1': execvp: No such file or directory, Krishna Pavan <=