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


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

Re: Compiling newlib for the msp430x architecture


Hi Stephan,

> found it, it's config-ml.in, target (?) multi-do: line 491 (for me). Which results in the target multi-do: line 1246 in the build/msp430-elf/newlib/Makefile.

Ah - right - so you are trying to build newlib specifically for the 320F2617 
but you are using a compiler that has been created with multilib support
enabled, so the config-ml.in script is trying to create separate builds for
each of the different multilibs supported by gcc.

Is there any reason why you want to build newlib specifically for the 320F2617 ?
Won't the generic -mlarge multilib version of the newlib just work for you ?

Cheers
  Nick


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