-
Needs to be done, should be stand alone for cleanness and minimalism of the sdk.
-
I've been looking for a program that can load and execute shared SO files.
Your program handles all the GOT/PLT issues and relocating all of that to make machine code runnable?
-
# export
declare -x BLOCKSIZE="K"
declare -x COMPILER="clang38"
declare -x EDITOR="vim"
declare -x ENV="/root/.shrc"
declare -x HOME="/root"
declare -x LOGNAME="root"
declare -x MAIL="/var/mail/root"…
-
This issue was automatically generated. Feel free to close without ceremony if
you do not agree with re-licensing or if it is not possible for other reasons.
Respond to @cmr with any questions or conc…
-
The boot loader is flushing the DTLB but not the ITLB when turning on the MMU. This causes problems on AM335x during boot. The following patch fixes this issue:
```
project tools/elfloader/
diff --gi…
-
At present, `Kconfig` contains the entries about `arm926ej_s` and `IntegratorCP`:
```
config ARM926EJ_S
bool "ARM926EJ-S"
depends on ARCH_ARM
select ARCH_A…
jserv updated
10 years ago
-
On a clean linux (xubuntu 14.04) I get the following error:
"fatal error: sys/cdefs.h: No such file or directory"
Test/
also complains:
abs.d:2: **\* missing separator. Stop.
Cheers