iPXE discussion forum

Full Version: Compiling Errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't figure out why I'm getting compiling errors when I try to build:
make bin-i386-efi/ncm–-ecm–-axge.usb
I haven't changed any of the default config. I have even tried re-cloning ipxe from git. Any ideas?

Code:
.....
[BUILD] bin-i386-efi/ath9k.ids.o
  [AR] bin-i386-efi/blib.a
ar: creating bin-i386-efi/blib.a
  [HOSTCC] util/elf2efi32
  [VERSION] bin-i386-efi/version.ncm–-ecm–-axge.efi.o
  [LD] bin-i386-efi/ncm–-ecm–-axge.efi.tmp
ld:--defsym:2: ignoring invalid character `\342' in expression
ld:--defsym:2: ignoring invalid character `\200' in expression
ld:--defsym:2: ignoring invalid character `\223' in expression
ld:--defsym:2: syntax error
Makefile.housekeeping:1187: recipe for target 'bin-i386-efi/ncm–-ecm–-axge.efi.tmp' failed
make: *** [bin-i386-efi/ncm–-ecm–-axge.efi.tmp] Error 1
rm bin-i386-efi/version.ncm–-ecm–-axge.efi.o
this is a guess but your – does not seem to be normal dash (minus signs)
(2019-02-12 21:17)NiKiZe Wrote: [ -> ]this is a guess but your – does not seem to be normal dash (minus signs)

Your guess must have right! It's working now after changing those dashes, thanks Smile
Reference URL's