LTIB on Ubuntu (M5329EVB)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LTIB on Ubuntu (M5329EVB)

Jump to solution
3,161 Views
guilig
Contributor II
    Hi all,

I'am trying to use LTIB on my ubuntu but I have this message :

/bin/sh: Can't open gcc
make[1]: *** [arch/m68knommu/kernel/asm-offsets.s] Error 2
make: *** [prepare0] Error 2
error: Bad exit status from /home/guilig/Desktop/ltib/tmp/rpm-tmp.66672 (%build)


RPM build errors:
    Bad exit status from /home/guilig/Desktop/ltib/tmp/rpm-tmp.66672 (%build)
Build time for kernel-2.6.17.7-uc1: 9 seconds

Failed building kernel-2.6.17.7-uc1


f_buildrpms() returned an error, exiting

Started: Tue May 29 14:20:17 2007
Ended:   Tue May 29 14:20:27 2007
Elapsed: 10 seconds

These packages failed to build:
kernel-2.6.17.7-uc1
Build Failed

Can someone help me ?

Thaks a lot
Labels (1)
0 Kudos
Reply
1 Solution
565 Views
guilig
Contributor II
Thanks a lot for your response.

It works.



View solution in original post

0 Kudos
Reply
3 Replies
565 Views
bandeg
Contributor I
Could /bin/sh be linked to dash instead of bash?
I noticed that if it is linked to dash, ltib will not be able to find gcc.
 
For instance is this what you see when you do ls?
# ls -al /bin/sh
lrwxrwxrwx 1 root root 4 2006-09-20 10:10 /bin/sh -> dash
If so, you may want to use the package manger (I use Adept) and remove dash and add bash (if it isn't there already)  Then the system will associate /bin/sh with bash and it ltib should not fail.
 
Good luck, hope this solves it.
 
 
0 Kudos
Reply
566 Views
guilig
Contributor II
Thanks a lot for your response.

It works.



0 Kudos
Reply
565 Views
admin
Specialist II
Sorry for posting in old thread. I am having this same problem. But i am getting "bash" only. I am not getting "dash". But my problem exist.
0 Kudos
Reply