On 15/10/12 09:59, Johan Cockx wrote:
Hello Stuart,
Hi Johan,
Can you remove the CDPATH command from your .bashrc (or similar)
file.
It's possible when shelling out that it's getting set there.
You should be able to see if this changes anything by just
re-running
./ltib without starting from scratch.
If it does post, please cut-and-past the relevant failing
output.
Regards, Stuart
Even when CDPATH is removed from my .bashrc/.profile, I get the
mconf error again:
address@hidden:~/ltib\> ./ltib
Can't exec "mconf": No such file or directory at
/home/johan/ltib/bin/Ltibutils.pm line 1010.
exec: mconf /home/johan/ltib/config/main.lkc: No such file or
directory at /home/johan/ltib/bin/Ltibutils.pm line 1010.
traceback:
Ltibutils::system_nb:1010
main::get_plat_dir:3122
main:568
Started: Mon Oct 15 10:52:42 2012
Ended: Mon Oct 15 10:52:42 2012
Elapsed: 0 seconds
VERSION : 11.4.1
CVS_VERSION : $Revision: 1.88 $ (Savannah)
PLATFORM :
GNUTARCH :
TOOLCHAIN :
TOOLCHAIN_CFLAGS :
Build Failed
Exiting on error or interrupt
Died at ./ltib line 3122.
traceback:
main::get_plat_dir:3122
main:568
Started: Mon Oct 15 10:52:42 2012
Ended: Mon Oct 15 10:52:42 2012
Elapsed: 0 seconds
VERSION : 11.4.1
CVS_VERSION : $Revision: 1.88 $ (Savannah)
PLATFORM :
GNUTARCH :
TOOLCHAIN :
TOOLCHAIN_CFLAGS :
Build Failed
Exiting on error or interrupt
address@hidden:~/ltib\>
The last part of the host_config.log file shows a successful build
of mux_server.
Any other ideas on what I could try?
Regards, Johan
Hi Johan,
Can you check that you can run mconf outside ltib by hand by
running:
cd config/platform/ep93xx/
/opt/ltib/usr/bin/mconf main.lkc
Regards, Stuart
|