[Clfs-support] chapter 6: GCC-4.6.1 - Cross Compiler Final ...build failed

sayed israr sd.israr at gmail.com
Wed Nov 2 06:24:31 PDT 2011


On Wed, Nov 2, 2011 at 6:51 PM, sayed israr <sd.israr at gmail.com> wrote:

>
>
> On Wed, Nov 2, 2011 at 4:19 PM, Andrew Bradford <bradfa at gmail.com> wrote:
>
>> On Tue, Nov 1, 2011 at 9:21 PM, sayed israr <sd.israr at gmail.com> wrote:
>> > this is the version of clfs-embedded book i am using:
>> >
>> > -> Embedded - Version GIT-0.0.1-20110514-x86.
>> >
>> > -> yes, book is from your repo.
>>
>> OK, thanks.  When I get some time, I'll attempt to recreate your
>> issue.  To be honest, I've not done much work building for x86, my
>> main focus has been on ARM with a little bit of dabbling in MIPS.
>>
>> > -> this error is output of "make" command.
>>
>> Your error is the compiler not being able to find stdio.h, which is
>> strange.  This should be a very easy to find header file.
>>
>> >     This is the output of env command:
>> > -> clfs at israr:~$ cat ~/.bash_profile
>> > -> exec env -i HOME=${HOME} TERM=${TERM} PS1='\u:\w\$ ' /bin/bash
>>
>> Can you provide the output of the actual output of the actual env
>> command?  Your shell should look something like this:
>> clfs at israr:~$ env
>>
>> When you call env without any options it will print all the currently
>> set variables.  To ensure you don't have any host contamination, we
>> need to see all the variables.  My first guess as to why your build is
>> failing is due to host contamination or incorrect variables.
>>
>> > -> i have earlier used the version of
>> > http://cross-lfs.org/view/clfs-embedded/.
>> >     but the error is same.
>>
>> OK.  That's good to know.
>> Thanks,
>> Andrew
>> ____
>>
>     hello andrew !
>
anas at israr:/mnt/clfs/sources$ env
ORBIT_SOCKETDIR=/tmp/orbit-anas
SSH_AGENT_PID=1202
TERM=xterm
SHELL=/bin/bash
XDG_SESSION_COOKIE=da4ea75f2a4711f883c7cf1700000006-1320195840.811779-1480249697
WINDOWID=67439486
GNOME_KEYRING_CONTROL=/tmp/keyring-F7XkAo
GTK_MODULES=canberra-gtk-module
USER=anas
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
SSH_AUTH_SOCK=/tmp/keyring-F7XkAo/ssh
DEFAULTS_PATH=/usr/share/gconf/gnome.default.path
SESSION_MANAGER=local/israr:@
/tmp/.ICE-unix/1172,unix/israr:/tmp/.ICE-unix/1172
USERNAME=anas
XDG_CONFIG_DIRS=/etc/xdg/xdg-gnome:/etc/xdg
DESKTOP_SESSION=gnome
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
PWD=/mnt/clfs/sources
GDM_KEYBOARD_LAYOUT=us
LANG=en_US.UTF-8
MANDATORY_PATH=/usr/share/gconf/gnome.mandatory.path
GDM_LANG=en_US.UTF-8
GDMSESSION=gnome
SHLVL=1
HOME=/home/anas
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
LOGNAME=anas
XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-2NYSnXk19E,guid=39fc591a1c3b6a01b1cd59fc00000010
LESSOPEN=| /usr/bin/lesspipe %s
WINDOWPATH=7
DISPLAY=:0.0
LESSCLOSE=/usr/bin/lesspipe %s %s
XAUTHORITY=/var/run/gdm/auth-for-anas-UUgFHE/database
COLORTERM=gnome-terminal
OLDPWD=/home/anas
_=/usr/bin/env
anas at israr:/mnt/clfs/sources$
  since yesterday i have tried to build it atleast 10-15 times , but
problem is same.
 please help , thanks in advance

  israr

> ___________________________________________
>> Clfs-support mailing list
>> Clfs-support at lists.cross-lfs.org
>> http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clfs.org/pipermail/clfs-support-clfs.org/attachments/20111102/fda05c70/attachment-0001.htm>


More information about the Clfs-support mailing list