Open GoogleCodeExporter opened 8 years ago
oh yes, libc6-dev is installed, crt1.0 is located in /usr/lib
Original comment by skle...@gmail.com
on 26 Jun 2011 at 7:59
I'm still trying to figure things out too, the svn versions seem to be missing
a lot of files.
I got past that error with the compiler from the snakeos-sdk package
(http://snake-os.googlecode.com/files/snakeos-sdk_1.1.tar.bz2). Point PATH to
its gcc bin directory instead of the one in the checkout.
The build stops at a few more places here. Usually it's just minor makefile
tweaks to get past those.
Original comment by stefansc...@googlemail.com
on 12 Aug 2011 at 12:26
Hi,
svn checkout http://snake-os.googlecode.com/svn/branches/1.3.2/\ snake-os
cd <path-to-checkout>/kernels/linux/ extract
PATH=/tools/arm-uclibc-3.4.6/bin/:$PATH
change what ever you want in the firmware than:
cd <path-to-checkout>/sudo ./ mk_snakeos_image.sh
I hope thats will work for you too.
The new sw will be generated within 5-6 minutes.
Original comment by aneme...@gmail.com
on 24 Sep 2011 at 7:30
Thanks aneme for the little guide to building from source.
I was having a problem with file "arm-linux-gcc" not being found even though
the file existed and its path was in $PATH.
It turned out to be an issue because my Ubuntu is 64 bits and "arm-linux-gcc"
is 32 bits. I only issued "apt-get install ia32-libs" and voilà!
Source:
http://www.linuxquestions.org/questions/ubuntu-63/command-not-found-but-the-file
-file-exists-942367/#post4666324
PS: I had to insert ["path-to-source"/tools/arm-uclibc-3.4.6/bin] at the end of
$PATH environment variable, issuing
"PATH=$PATH:"path-to-source"/tools/arm-uclibc-3.4.6/bin"; otherwise an error
about "rm command not found" raised.
Original comment by arionkra...@gmail.com
on 23 Jun 2012 at 1:15
Original issue reported on code.google.com by
skle...@gmail.com
on 26 Jun 2011 at 7:56