Raúl Sánchez Siles schrieb:
  I'm building/packaging libc for msp430 and I have some questions about the
build process:

  · Why is libc/libm/libfp build for both msp1(-mmcu=msp1) and msp
(-mmcu=msp2) and/or not any other? e.g.: why not building only for msp1 or
also for msp430xG4616

msp1 and msp2 are generic targets for CPUs without and with hardware multiplier. so if the code is not dependent on any other peripheral it's a good idea to compile against these machine ids.

  · Suggestion: msp1 and msp2 dirs are not created by the build system. Find
attached a (ugly)patch to solve that.

i guess a "-p" would help preventing an error when you run it a second time. i'm usually using packaging/makefile with handles these directories too

the other questions are still unanswered, sorry

chris

Reply via email to