Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ndk-gdb fails on OS X #2

Closed
jfirebaugh opened this issue Mar 10, 2016 · 2 comments
Closed

ndk-gdb fails on OS X #2

jfirebaugh opened this issue Mar 10, 2016 · 2 comments
Milestone

Comments

@jfirebaugh
Copy link

Output:

readlink: illegal option -- f
usage: readlink [-n] [file ...]
usage: dirname path
prebuilt/darwin-x86_64/bin/ndk-gdb: line 2: /ndk-gdb.py: No such file or directory

BSD readlink does not have a no-argument -f option. From the manpage:

     -f format
             Display information using the specified format.  See the FORMATS section for a description of valid formats.
@DanAlbert DanAlbert assigned DanAlbert and jmgao and unassigned DanAlbert Mar 10, 2016
@DanAlbert DanAlbert added this to the r11a milestone Mar 10, 2016
@DanAlbert
Copy link
Member

Alright, verified the fix

@jmgao jmgao closed this as completed Mar 15, 2016
@DanAlbert
Copy link
Member

DanAlbert pushed a commit that referenced this issue Apr 16, 2016
Darwin doesn't support it, and we don't need an absolute path anyway.

Bug: #2
Change-Id: I376911072858b75db37969955e29e2d7270958fa
(cherry picked from commit 047f625)
DanAlbert pushed a commit that referenced this issue Apr 16, 2016
Darwin doesn't support it, and we don't need an absolute path anyway.

Bug: #2
Change-Id: I376911072858b75db37969955e29e2d7270958fa
@PvR33 PvR33 mentioned this issue Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants