Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Describe problem it solves
  • Loading branch information
kost committed Jul 1, 2016
1 parent 6d3cad5 commit 5e86a99
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ usage: ./android-elf-cleaner <filename>
and DT_RUNPATH entries (which the Android linker warns about)
```

## Solution

This utility is solution to the following linker warnings:

```
WARNING: linker: /data/data/org.kost.nmap.android.networkmapper/bin/nmap: unused DT entry: type 0x6ffffffe arg 0x8a7d4
WARNING: linker: /data/data/org.kost.nmap.android.networkmapper/bin/nmap: unused DT entry: type 0x6fffffff arg 0x3
```

## Requirements

You need g++ 5.x version. It will not work on g++ 4.x version. For example, it works with 16.04 Ubuntu LTS, but
Expand Down

0 comments on commit 5e86a99

Please sign in to comment.