After the command ./install the folder /opt/freescale/usr/local does not exist.
john@linbox:/media/ltib$ ./install
WARNING: cannot find /media/ltib/EULA
If this is a release from Freesale, please report this:
* go to http://www.freescale.com
* click on "Support / Technical support"
* click on "Submit a Service Request"
* register to get a user name and password.
* login in with your user name and password
* on the "New Service Request" page:
* category = Technical Request
* topic = Linux BSP
* Click on "Continue"
* fill out the information for the service request
* click on the "Submit" button at the bottom of the page.
You are about to install the LTIB (GNU/Linux Target Image Builder)
Before installing LTIB, you must read and accept the EULA
(End User License Agreement) which will be presented next.
Do you want to continue ? Y|n
y
Hit enter to continue:
cat: /media/ltib/EULA: No such file or directory
I have read and accept the EULA (yes|no):
yes
The LTIB files are extracted from a tar file which includes the
prefix ltib-e500mc-20110415. After installation you will find LTIB in:
/media/ltib/ltib-e500mc-20110415
Where do you want to install LTIB ? (/media/ltib)
~/benchmarking/
Making target directory ~/benchmarking//ltib-e500mc-20110415
Installing LTIB to ~/benchmarking//ltib-e500mc-20110415
ltib-e500mc-20110415/
ltib-e500mc-20110415/initramfs.cpio.gz
ltib-e500mc-20110415/config/
ltib-e500mc-20110415/config/userspace/
...
omitted for brevity, see attached
...
ltib-e500mc-20110415/dist/lfs-5.1/tcp_wrappers/tcp_wrappers.spec
ltib-e500mc-20110415/dist/lfs-5.1/xterm/
ltib-e500mc-20110415/dist/lfs-5.1/xterm/xterm.spec
Copying packages to ~/benchmarking//ltib-e500mc-20110415/pkgs
Installation complete, your ltib installation has been placed in
~/benchmarking//ltib-e500mc-20110415, to complete the installation:
cd ~/benchmarking//ltib-e500mc-20110415
./ltib
john@linbox:/media/ltib$ cd -
/home/john/benchmarking/ltib-e500mc-20110415
john@linbox:~/benchmarking/ltib-e500mc-20110415$ ./ltib
ltib cannot be run because one or more of the host packages needed to run it
are either missing or out of date or not in ltib's standard path. Please
install/upgrade these packages on your host. If you have your own utilities
in non-standard paths, please add an entry into the .ltibrc file for example:
%path_std
/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/my/own/exes
Package Minimum ver Installed info
------- ----------- ---------------
glibc-devel 0 not installed
zlib 0 not installed
Died at ./ltib line 1398.
traceback:
main::host_checks:1398
main:543
Started: Wed Jun 11 09:16:40 2014
Ended: Wed Jun 11 09:16:42 2014
Elapsed: 2 seconds
Build Failed
Exiting on error or interrupt
john@linbox:~/benchmarking/ltib-e500mc-20110415$ mv Ltibutils.pm bin/Ltibutils.pm
john@linbox:~/benchmarking/ltib-e500mc-20110415$ ./ltib
Installing host support packages.
This only needs to be done once per host, but may take up to
an hour to complete ...
If an error occurs, a log file with the full output may be found in:
/home/john/benchmarking/ltib-e500mc-20110415/host_config.log
Exiting on error or interrupt
Please see >> /home/john/benchmarking/ltib-e500mc-20110415/host_config.log for details
john@linbox:~/benchmarking/ltib-e500mc-20110415$
At the end there, the command on Ltibutils.pm is a fix to add the correct paths for glibc-devel and zlib.