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

imx_usb can not make #96

Open
LucasHID opened this issue May 23, 2019 · 1 comment
Open

imx_usb can not make #96

LucasHID opened this issue May 23, 2019 · 1 comment

Comments

@LucasHID
Copy link

Hi,

My host PC is ubuntu 14.04LTS and I clone this code then make it but I got an error show as below.

realpath: invalid option -- 'm'
Usage:
realpath [-s|--strip] [-z|--zero] filename ...
realpath -h|--help
realpath -v|--version

I check the makefile and found this command

rel_sysconfdir = $(shell realpath -m --relative-to=$(bindir) $(sysconfdir))

It seems the realpath does not support -m option.
How can I solve this issue?

Thank you.

Regards,

Lucas
`

@LucasHID LucasHID reopened this May 23, 2019
@tkisky
Copy link
Contributor

tkisky commented May 23, 2019

My compile also succeeds when I remove the "-m".

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

2 participants