Hello,
This is a call for testers. Especially on those platforms which
are not exactly mainstream. That is: anything outside of one of
it's more or less mainstream but in my reach right now, therefore tested
it on armv7l (device with a RasPi Zero 3B core and lots of other stuff
arround it), System for this test is raspbian stretch.
Here the output. Please let me know if I did something wrong or you want
me to run any other tests. There might be other platforms in reach for
me next week (*BSDs and maybe some exotic embedded ones, but I usually
cross-build torwards those). Maybe I didn't fully get what exactly is
the relevant part of it.
Commands I run and parts of the output:
[08:07:34] RevPi2248:~/src/autotool-experiments/build$ uname -m -o
armv7l GNU/Linux
First:
[08:07:42] RevPi2248:~/src/autotool-experiments/build$ env CFLAGS=-flto
LDFLAGS=-flto ../configure
...
Enabled drivers:
- driver 1 ..... yes
- driver 2 ..... yes
- driver 3 ..... yes
- driver 4 ..... yes
- driver 5 ..... yes
...
[08:08:46] RevPi2248:~/src/autotool-experiments/build$ make &&
./app_combo
...
items:
0x76f7aef4 1 driver1 0x76f6a7e8
0x76f7af00 2 driver2 0x76f6a7f8
0x76f7af0c 3 driver3 0x76f6a838
list end
driver1, do something
driver2, do something
driver3, do something
Second:
[08:08:49] RevPi2248:~/src/autotool-experiments/build$ ../configure
--disable-driver2
...
Enabled drivers:
- driver 1 ..... yes
- driver 2 ..... no
- driver 3 ..... yes
- driver 4 ..... yes
- driver 5 ..... yes
...
[08:10:28] RevPi2248:~/src/autotool-experiments/build$ make &&
./app_combo
items:
0x76eb6ef4 1 driver1 0x76ea67e8
0x76eb6f00 2 driver2 0x76ea67f8
0x76eb6f0c 3 driver3 0x76ea6838
list end
driver1, do something
driver2, do something
driver3, do something
Best regards,
Martin
_______________________________________________
sigrok-devel mailing list
sigrok-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sigrok-devel