Displaying 2 results from an estimated 2 matches for "r48b".
Did you mean:
448b
2013 Oct 09
0
[PATCH 0/1] Porting klibc to arm64
...against klibc
then run mksh?s testsuite, since it?s proven, time and time again,
to be a decent toolchain exercise.
To do this:
$ export CC=/path/to/klcc # can be cross-klcc too
$ export CFLAGS='-Os' # can add -g3 for debugging
$ wget https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R48b.tgz
$ tar xzf mksh-R48b.tgz
$ cd mksh
$ sh Build.sh -r 2>&1 | tee build.log
Then, if cross-compiling, transfer the following files to the
arm64 target system (or emulator):
check.pl check.t (from source)
mksh test.sh (generated)
Install /bin/ed on the arm64 system (or, otherwise, ignore t...
2013 Oct 09
5
[PATCH 0/1] Porting klibc to AArch64
Hi All:
We have some patches to port klibc to ArmV8.
The first set of patches from Neil Williams fixes the build issues.
The second set of patches from Anil Singhar fixes functionalities.
The following files have changed in the second set of patches
------------------------------------------------------------------------------------------
usr/include/arch/aarch64/klibc/archconfig.h