Re: Error in 6.7. Linux-2.6.35.4 API Headers

2011-01-06 Thread Andrew Burns
Muruganand Karthikeyan muruthegun at gmail.com writes:

 
 Hi All,
 
 I'm facing an error in 6.7 linux API headers specifically the step
 
...snip...
 There are a whole lot of previous posts with the exact same error. But
 a resolution was not posted. I've checked my GCC/Binutils compile logs
 and they seem to be alright. The sanity tests passed as well. So I've
 kind of hit a dead end here. Any help is much appreciated.
 
 Thanks,
 Anand


I am experiencing the exact same issue. A directory listing indicates that all 
the files exist; however attempting to execute them results in the No such file 
or directory, which leads me to believe it is missing a dependency.

A ldd file results in the same error.

Guidance anyone?



-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Error in 6.7. Linux-2.6.35.4 API Headers

2011-01-06 Thread Ken Moffat
On Thu, Jan 06, 2011 at 04:25:06PM +, Andrew Burns wrote:
 Muruganand Karthikeyan muruthegun at gmail.com writes:
 
  
  Hi All,
  
  I'm facing an error in 6.7 linux API headers specifically the step
  
 ...snip...
  There are a whole lot of previous posts with the exact same error. But
  a resolution was not posted. I've checked my GCC/Binutils compile logs
  and they seem to be alright. The sanity tests passed as well. So I've
  kind of hit a dead end here. Any help is much appreciated.
  
  Thanks,
  Anand
 
 
 I am experiencing the exact same issue. A directory listing indicates that 
 all 
 the files exist; however attempting to execute them results in the No such 
 file 
 or directory, which leads me to believe it is missing a dependency.
 
 A ldd file results in the same error.
 
 Guidance anyone?
 
 If a binary program file created in chapter 5 exists, but you
cannot execute it after you have entered chroot, then it must be
linked to the host's files.

 If ldd is linked to the host's files, you have a major problem -
either you didn't run 'adjusting the toolchain', or it didn't work.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Error in 6.7. Linux-2.6.35.4 API Headers

2011-01-06 Thread Muruganand Karthikeyan
 I'm facing an error in 6.7 linux API headers specifically the step
 ...snip...
 Thanks,
 Anand

 I am experiencing the exact same issue. A directory listing indicates that all
 the files exist; however attempting to execute them results in the No such 
 file
 or directory, which leads me to believe it is missing a dependency.

 A ldd file results in the same error.

 Guidance anyone?

Make sure you delete all the source directories that you untar, before
adjusting the tool chain.  Have you run the script for checking the
host system requirements? I noticed that on my ubuntu host /bin/sh was
linked to dash. I changed this  to point to bash.
Also I used the following cflags: -march=native, -pipe, -O2,
-fomit-frame-pointer. Not sure if they have any bearing on the
outcome, but, since its a change that I made since my last
unsuccessful attempt at LFS , i thought i might add it here anyways.

Anand
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: Error in 6.7. Linux-2.6.35.4 API Headers

2011-01-06 Thread David Young
2010/12/24 Muruganand Karthikeyan muruthe...@gmail.com

 Hi All,

 I'm facing an error in 6.7 linux API headers specifically the step

 make headers_check

 I get the following error:

 CHK include/linux/version.h
 UPD include/linux/version.h
 HOSTCC  scripts/basic/fixdep
 gcc: error trying to exec

 '/tools/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../../i686-pc-linux-gnu/bin/as':
 execv: No such file or directory
 make[1]: *** [scripts/basic/fixdep] Error 1
 make: *** [scripts_basic] Error 2

 There are a whole lot of previous posts with the exact same error. But
 a resolution was not posted. I've checked my GCC/Binutils compile logs
 and they seem to be alright. The sanity tests passed as well. So I've
 kind of hit a dead end here. Any help is much appreciated.

 Thanks,
 Anand
 --
 http://linuxfromscratch.org/mailman/listinfo/lfs-support
 FAQ: http://www.linuxfromscratch.org/lfs/faq.html
 Unsubscribe: See the above information page



I've passed this step perfectly.in my experience ,you should uncompress the
linux in source directory,and then cd into linux subdirectory,then do all
following the book.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page