-
-
Notifications
You must be signed in to change notification settings - Fork 896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem compiling mysgw on rpi3 #980
Comments
Same issue here running dev version |
@res1mp7q are you using the same gcc and rasbian versions as @tchoblond59 ? Did you use the exact same configure command? |
I'm running on a rpi3 model B fresh install of raspbian stretch lite: 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linux Master branch had issues communicating with the nrf24 so I moved to dev branch. Same error as above but I didn't run the configure command that tchoblond59 ran, just the standard ethernet config Edit: Release branch fails with the same |
This makes it possible to compile the Raspberry Pi gateway on Raspbian 9 (stretch), even without adding --extra-cxxflags="-D__STDC_FORMAT_MACROS" (as was suggested in mysensors#980 but was insufficient for remediating this problem) The compile problem was inadvertently introduced in 2d5404d
This makes it possible to compile the Raspberry Pi gateway on Raspbian 9 (stretch), even without adding --extra-cxxflags="-D__STDC_FORMAT_MACROS" (as was suggested in mysensors#955 but was insufficient for remediating this problem) The compile problem was inadvertently introduced in 2d5404d. This change fixes the problem discussed in mysensors#980
This makes it possible to compile the Raspberry Pi gateway on Raspbian 9 (stretch), even without adding --extra-cxxflags="-D__STDC_FORMAT_MACROS" (as was suggested in mysensors#955 but was insufficient for remediating this problem) The compile problem was inadvertently introduced in 2d5404d. This change fixes the problem discussed in mysensors#980
This makes it possible to compile the Raspberry Pi gateway on Raspbian 9 (stretch), even without adding --extra-cxxflags="-D__STDC_FORMAT_MACROS" (as was suggested in #955 but was insufficient for remediating this problem) The compile problem was inadvertently introduced in 2d5404d. This change fixes the problem discussed in #980
Fix merged to development, will be included in upcoming 2.2.0 release |
This makes it possible to compile the Raspberry Pi gateway on Raspbian 9 (stretch), even without adding --extra-cxxflags="-D__STDC_FORMAT_MACROS" (as was suggested in mysensors#955 but was insufficient for remediating this problem) The compile problem was inadvertently introduced in 2d5404d. This change fixes the problem discussed in mysensors#980
Hi !
Seems like the same issue in #955
When i try to compile from development branch i get this error
drivers/BCM/bcm2835.c: In function ‘bcm2835_delayMicroseconds’: drivers/BCM/bcm2835.c:441:40: error: expected ‘)’ before ‘PRIu64’ printf("bcm2835_delayMicroseconds %" PRIu64 "\n", micros);
I am running a fresh raspbian 9.1. I also try
./configure --extra-cxxflags="-DMY_DEBUG -D__STDC_FORMAT_MACROS"
gcc version 6.3.0 20170516 (Raspbian 6.3.0-18+rpi1)
Am i missing something ?
Thanks
The text was updated successfully, but these errors were encountered: