Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. RogerB68
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    RogerB68

    @RogerB68

    0
    Reputation
    2
    Posts
    346
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    RogerB68 Follow

    Best posts made by RogerB68

    This user hasn't posted anything yet.

    Latest posts made by RogerB68

    • RE: 💬 Building a Raspberry Pi Gateway

      Issue solved, manual update of compiler from 4.6,3 -> 4.7.2 enables the make process. Similar problem also reported in post.

      Using

      • sudo apt-get update
      • sudo apt-get upgrade

      does not upgrade compiler. I used instruction according to How to upgrade GCC to 4.7+.

      posted in Announcements
      RogerB68
      RogerB68
    • RE: 💬 Building a Raspberry Pi Gateway

      Have been running MySensors for some time now with a EthernetGW running on Arduino. To clean-up the installation, I'm trying to get the Gateway running on my Raspberry instead but something stops the make process.

      pi@raspberrypi ~/MySensors $ ./configure --my-gateway=ethernet --my-port=5003 --my-transport=nrf24                       [SECTION] Detecting target machine.
      [OK] machine detected: SoC=BCM2836, Type=Rpi2, CPU=armv7l, REV=a01041.
      [OK] init system detected: sysvinit
      [SECTION] Saving configuration.
      [SECTION] Cleaning previous builds.
      [OK] Finished.
      pi@raspberrypi ~/MySensors $ make
      gcc -MT build/drivers/Linux/log.o -MMD -MP -march=armv7-a -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -DMY_RADIO_NRF24 -DMY_GATEWAY_LINUX -DMY_DEBUG -DLINUX_ARCH_RASPBERRYPI -DMY_PORT=5003  -Ofast -g -Wall -Wextra  -I. -I./core -I./drivers/Linux -I./drivers/RPi -c drivers/Linux/log.c -o build/drivers/Linux/log.o
      cc1: error: bad value (cortex-a7) for -mtune switch
      Makefile:102: recipe for target 'build/drivers/Linux/log.o' failed
      make: *** [build/drivers/Linux/log.o] Error 1
      

      Any hints what I have done wrong ?

      posted in Announcements
      RogerB68
      RogerB68