Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compiling Errors
2019-02-12, 21:15
Post: #1
Compiling Errors
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
Find all posts by this user
Quote this message in a reply
2019-02-12, 21:17
Post: #2
RE: Compiling Errors
this is a guess but your – does not seem to be normal dash (minus signs)

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2019-02-12, 22:07
Post: #3
RE: Compiling Errors
(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
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)