Jump to content

lanu64x

Members
  • Posts

    66
  • Joined

  • Last visited

Posts posted by lanu64x

  1. Sorry all the Items are Sold Out.
    
    I also sell these items

    1x LPC Core Board V1.0 in Red with Ethernet (MAGJACK)    14€            

    1x LPC Core Board only V1.0 in Green without Ethernet         14€

     

    2x GM5 Board                         5€ for One

    2x GM5 Chip for the Board      6€ for One

     

    I Live in Berlin Germany

     

    Best Regards

     

    Sven

     

    post-9486-0-53866600-1421793945_thumb.jp

    post-9486-0-21903000-1421793950_thumb.jp

    post-9486-0-66341000-1421793938_thumb.jp

     

    Sorry all the Items are Sold Out.
  2. building a STM32 application is no problem !!!!!!!!!!!!!!!!!!!

    building a LPC17xx application big problem i nedd help!

     

    SeqV4 buildt for STM32

     

     
    export MIOS32_PATH=~/midibox/mios32/trunk
    export PATH=$PATH:/usr/local/mios32_toolchain/bin
    export MIOS32_BIN_PATH=$MIOS32_PATH/bin
    export MIOS32_GCC_PREFIX=arm-none-eabi
    export MIOS32_FAMILY=STM32F10x
    export MIOS32_PROCESSOR=STM32F103RE
    export MIOS32_BOARD=MBHP_CORE_STM32
    export MIOS32_LCD=universal
    cd $MIOS32_PATH/apps/sequencers/midibox_seq_v4
    make
     
    I become a project.hex
     
     
    but,
     
    SeqV4 buildt for LPC1769 ?????
     
    export MIOS32_PATH=~/midibox/mios32/trunk
    export PATH=$PATH:/usr/local/mios32_toolchain/bin
    export MIOS32_BIN_PATH=$MIOS32_PATH/bin
    export MIOS32_GCC_PREFIX=arm-none-eabi
    export MIOS32_FAMILY=LPC17xx
    export MIOS32_PROCESSOR=LPC1769
    export MIOS32_BOARD=MBHP_CORE_LPC17
    export MIOS32_LCD=universal
    cd $MIOS32_PATH/apps/sequencers/midibox_seq_v4
    make
     
    My Ubuntu said
     
    lanu64x@Seaquest:~$ export MIOS32_PATH=~/midibox/mios32/trunk
    lanu64x@Seaquest:~$ export PATH=$PATH:/usr/local/mios32_toolchain/bin
    lanu64x@Seaquest:~$ export MIOS32_BIN_PATH=$MIOS32_PATH/bin
    lanu64x@Seaquest:~$ export MIOS32_GCC_PREFIX=arm-none-eabi
    lanu64x@Seaquest:~$ export MIOS32_FAMILY=LPC17xx
    lanu64x@Seaquest:~$ export MIOS32_PROCESSOR=LPC1769
    lanu64x@Seaquest:~$ export MIOS32_BOARD=MBHP_CORE_LPC17
    lanu64x@Seaquest:~$ export MIOS32_LCD=universal
    lanu64x@Seaquest:~$ cd $MIOS32_PATH/apps/sequencers/midibox_seq_v4
    lanu64x@Seaquest:~/midibox/mios32/trunk/apps/sequencers/midibox_seq_v4$ make
    rm -f project.hex
     
    /usr/local/mios32_toolchain/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/bin/ld: project_build/project.elf section `.bss' will not fit in region `RAM'
    /usr/local/mios32_toolchain/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/bin/ld: region `RAM' overflowed by 30696 bytes
    collect2: ld returned 1 exit status
    make: *** [project_build/project.elf] Fehler 1
    lanu64x@Seaquest:~/midibox/mios32/trunk/apps/sequencers/midibox_seq_v4$ 
    lanu64x@Seaquest:~/midibox/mios32/trunk/apps/sequencers/midibox_seq_v4$ 
     
     
    what????
     
    Help me to Buildt a LPC17xx Application Please.
     
    Sven
     
    Ubuntu Version 12.04 (precise) (64-Bit)
    Kernel Linux 3.2.0-36-generic
    AMD Athlon 64 Processor 3700+
×
×
  • Create New...