[Angstrom-devel] GCC/Make issue
Stanislav Brabec
utx at penguin.cz
Mon Jan 21 11:33:21 CET 2008
Capn_Fish Zaurus wrote:
> Using GCC/Make/associated tools from the feeds on my Zaurus SL-C3100, I have
> issues compiling stuff. It either says "compiler cannot create executables"
> or "cannot run created binaries," unless I do a
> "--host=arm-angstrom-linux-eabi."
1. If you want to work without --host, install gcc-symlinks and
binutils-symlinks.
2. Probably all .la files are broken. Search for all occurrences
of /home/koen and replace them with correct paths.
> My second issue is that when I try to do a "make install," I get permission
> denied errors, and it fails to install.
Correct. In UNIX user does not have privileges to install to system
paths. Either configure with e. g. --prefix=$HOME/.local (and set proper
PATH, LD_LIBRARY_PATH and maybe PKG_CONFIG_PATH, XDG_DATA_DIRS in
your .profile) or use su -c "make install".
--
Stanislav Brabec
http://www.penguin.cz/~utx/zaurus
More information about the Angstrom-distro-devel
mailing list