This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Can't build crosstool-ng on MacOsX Lion


I am trying to set up crosstool-ng on a Mac Pro with OsX 10.7 Lion.
I am trying to follow the description for Mac in the docs folder.
After running 'configure' ok, I try to run make and get compile error:

I have tried to search Google without success :-(
Anyone have some help to offer? :-)

This is the output I get:

make
  SED    'ct-ng'
  SED    'scripts/crosstool-NG.sh'
  SED    'scripts/saveSample.sh'
  SED    'scripts/showTuple.sh'
  GEN    'config/configure.in'
  GEN    'paths.mk'
  GEN    'paths.sh'
  DEP    'nconf.gui.dep'
  DEP    'nconf.dep'
  DEP    'lxdialog/yesno.dep'
  DEP    'lxdialog/util.dep'
  DEP    'lxdialog/textbox.dep'
  DEP    'lxdialog/menubox.dep'
  DEP    'lxdialog/inputbox.dep'
  DEP    'lxdialog/checklist.dep'
  DEP    'mconf.dep'
  DEP    'conf.dep'
  BISON  'zconf.tab.c'
  GPERF  'zconf.hash.c'
  LEX    'lex.zconf.c'
  DEP    'zconf.tab.dep'
  CC     'zconf.tab.o'
In file included from zconf.tab.c:234:0:
zconf.hash.c: In function 'kconf_id_lookup':
zconf.hash.c:183:17: error: expected expression before 'struct'
zconf.hash.c:184:17: error: expected expression before 'struct'
zconf.hash.c:186:17: error: expected expression before 'struct'
zconf.hash.c:187:17: error: expected expression before 'struct'
zconf.hash.c:188:17: error: expected expression before 'struct'
zconf.hash.c:189:17: error: expected expression before 'struct'
zconf.hash.c:190:17: error: expected expression before 'struct'
zconf.hash.c:191:17: error: expected expression before 'struct'
zconf.hash.c:192:17: error: expected expression before 'struct'
zconf.hash.c:193:17: error: expected expression before 'struct'
zconf.hash.c:194:17: error: expected expression before 'struct'
zconf.hash.c:195:17: error: expected expression before 'struct'
zconf.hash.c:197:17: error: expected expression before 'struct'
zconf.hash.c:198:17: error: expected expression before 'struct'
zconf.hash.c:199:17: error: expected expression before 'struct'
zconf.hash.c:200:17: error: expected expression before 'struct'
zconf.hash.c:202:17: error: expected expression before 'struct'
zconf.hash.c:203:17: error: expected expression before 'struct'
zconf.hash.c:205:17: error: expected expression before 'struct'
zconf.hash.c:206:17: error: expected expression before 'struct'
zconf.hash.c:207:17: error: expected expression before 'struct'
zconf.hash.c:209:17: error: expected expression before 'struct'
zconf.hash.c:211:17: error: expected expression before 'struct'
zconf.hash.c:212:17: error: expected expression before 'struct'
zconf.hash.c:213:17: error: expected expression before 'struct'
zconf.hash.c:215:17: error: expected expression before 'struct'
zconf.hash.c:216:17: error: expected expression before 'struct'
zconf.hash.c:218:17: error: expected expression before 'struct'
zconf.hash.c:220:17: error: expected expression before 'struct'
zconf.hash.c:221:17: error: expected expression before 'struct'
zconf.hash.c:222:17: error: expected expression before 'struct'
zconf.hash.c:224:17: error: expected expression before 'struct'
make[2]: *** [zconf.tab.o] Error 1
make[1]: *** [build-lib-kconfig] Error 2
make: *** [build] Error 2

-- 
Per Arnold Blåsmo
Senior Design Engineer, Atmel Norway


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]