boundarydevices / imx_usb_loader

USB & UART loader for i.MX5/6/7/8 series
GNU Lesser General Public License v2.1
260 stars 158 forks source link

imx_usb can not make #96

Open LucasHID opened 5 years ago

LucasHID commented 5 years ago

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 `

tkisky commented 5 years ago

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