You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to run influxDB on IOT2020 but the prebuilt binary of it said:
This program can only be run on processors with MMX support
So I dig in, and found that I need to rebuild Golang for rebuild indluxDB 😄 . At Siemens official forum I also found that @jan-kiszka uses oe-meta-go package with parameters like in kas.yml:
I tried to build the image with this and I compiled without any error, I used the 2.2.1, but when I booted up the image, realised I missed something because Go wasn't there.
So I found out an extra line need to add to:
and tried to rebuild but a got an error and stuck here, because I not really understand how kas works.
NOTE: i586-poky-linux-objdump -p /home/iot2000/build_image/build/tmp/work/i586-nlp-32-poky-linux/go/1.8.1-r0/packages-split/go/usr/bin/gofmt
ERROR: QA Issue: Architecture did not match (x86-64, expected x86) on /work/i586-nlp-32-poky-linux/go/1.8.1-r0/packages-split/go/usr/lib/go/src/go/internal/gccgoimporter/testdata/time.gox
Architecture did not match (x86-64, expected x86) on /work/i586-nlp-32-poky-linux/go/1.8.1-r0/packages-split/go/usr/lib/go/src/go/internal/gccgoimporter/testdata/unicode.gox [arch]
WARNING: QA Issue: /usr/lib/go/src/nacltest.bash contained in package go requires /bin/bash, but no providers found in RDEPENDS_go? [file-rdeps]
NOTE: Checking Package: go-locale
NOTE: Checking Package: go-doc
ERROR: QA run found fatal errors. Please consider fixing them.
DEBUG: Python function do_package_qa finished
ERROR: Function failed: do_package_qa
@jan-kiszka mentioned that he enabled somehow Go after this build on IOT and managed to ran it:
Oops, never replied... This is related to #96, and as we do not plan to update Go for Quark anymore, it is unlikely to ever work out for this target. Strong recommendation is to move with such workload to the IOT2050.
I'd like to run influxDB on IOT2020 but the prebuilt binary of it said:
So I dig in, and found that I need to rebuild Golang for rebuild indluxDB 😄 . At Siemens official forum I also found that @jan-kiszka uses oe-meta-go package with parameters like in kas.yml:
I tried to build the image with this and I compiled without any error, I used the 2.2.1, but when I booted up the image, realised I missed something because Go wasn't there.
So I found out an extra line need to add to:
this:
IMAGE_INSTALL_append = " go"
and tried to rebuild but a got an error and stuck here, because I not really understand how kas works.
@jan-kiszka mentioned that he enabled somehow Go after this build on IOT and managed to ran it:
but it's not clear me how he mean this.
If Golang can run on IOT maybe we can rebuild influxDB, has anyone experience with it?
Can someone know how @jan-kiszka mean this enable method?
The text was updated successfully, but these errors were encountered: