mconf: command not found

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

mconf: command not found

4,051 Views
susan07
Contributor I
Hello everybody!
I found this error when I do the ./ltib -c:
-----------------------------------------------------------
./ltib -c
+ '[' -n '' ']'
+ '[' -n '' ']'
+ cd config/platform/m520xevb
+ mconf main.lkc
sh: line 10: mconf: command not found
Died at ./ltib line 2539.

Started: Mon Jun  9 12:46:39 2008
Ended:   Mon Jun  9 12:46:39 2008
Elapsed: 0 seconds

Build Failed
--------------------------------------------------------
When I do just ./ltib  there are not errors, build is successful.
I have been searching solutions in internet but I do not know what to do,
I'm working with the latest version of ubuntu(8.04) and I'm thinking to change it!
I would be very grateful if somebody could help me!
thanks

bye bye!!
Labels (1)
0 Kudos
1 Reply

1,101 Views
Kafre
Contributor III

Hello all and sorry for the necroposting.

 

I'm currently building LTIB in a Ubuntu 10.4 platform. The process seems to go fairly well until I get an error similar to the one comented in this post. Indeed the error is this (I also attach the log):

 

[code]

+ [ -n  ]
+ [ -f /home/guillermo/ltib/ltib-mcfv4m-20090730/config/.config ]
+ perl -ne print if m,^CONFIG_(?!PCF),
+ cat /home/guillermo/ltib/ltib-mcfv4m-20090730/config/.config
+ [ ! -f config/platform/mcfv4m/.config -a -f config/platform/mcfv4m/defconfig ]
+ [ -n  ]
+ cd config/platform/mcfv4m
+ mconf main.lkc .config
sh: mconf: not found
Died at ./ltib line 2869.
traceback:
 main::run_plat_config:2869
  main::ltib_config:2844
   main::smileytongue:re_build_checks:1445
    main:557


Started: Wed Oct  6 17:00:20 2010
Ended:   Wed Oct  6 17:00:21 2010
Elapsed: 1 seconds


Build Failed

Exiting on error or interrupt

[/code]

 

The LTIB version is: ltib-mcfv4m-20090730 that comes inside the Linux BSD image avaliable for download in Freescale's page. I still haven't defined a board but in my case it will be M54455EVB.

 

By the way I have been using this guides:

 

http://www.imxdev.org/wiki/index.php?title=All_Boards_LTIB

http://www.imxdev.org/wiki/index.php?title=ALL_Boards_ltib_config_ubuntu

http://imxcommunity.org/group/ubuntutipsandtricks/forum/topics/building-ltib-in-ubuntu-1004?xg_sourc...

 

May I'll be lucky enough to get someones advice? :smileyvery-happy:

 

Thanks.

 

 

 

 

0 Kudos