This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

06674904lpc213x_lpc214x_examples_20061205(2)

Parents
  • hello friend here are the two lines of my makefile which contain mcpu tell me how to correct thanks
    ALL_CFLAGS = -mcpu = $ (MCU) $ (THUMB_IW) -I. $ (CFLAGS) $ (GENDEPFLAGS)
    ALL_ASFLAGS = -mcpu = $ (MCU) $ (THUMB_IW) -I. -x assemble-with-cpp $ (ASFLAGS)
     

Reply
  • hello friend here are the two lines of my makefile which contain mcpu tell me how to correct thanks
    ALL_CFLAGS = -mcpu = $ (MCU) $ (THUMB_IW) -I. $ (CFLAGS) $ (GENDEPFLAGS)
    ALL_ASFLAGS = -mcpu = $ (MCU) $ (THUMB_IW) -I. -x assemble-with-cpp $ (ASFLAGS)
     

Children