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 am trying to build OpenAvnu for Nvidia Jetson Tx2 device which is aarch64 architecture having eth1000T1 (Marvel) network interface having driver lan743x (Marvel).
During the build using travis.sh, it's failing for building igb_avb module with below error:
igb.c:1847:2: error: impossible constraint in 'asm' asmvolatile("lfence;"
Makefile:17: recipe for target 'gib.o' failed
My question is can OpenAvnu be build for non intel specific platform?
Is there any help doc available for building it for Nvidia platform and make use of various modules available in OpenAvnu?
The text was updated successfully, but these errors were encountered:
I think you are kind of "on your own" if you are trying to run on a non-Intel platform. That said, I know someone got it working on an iMX6 or 7 platform sometime in the past. igb is short for "Intel something", so I'm not surprised that did not work out of the box.
I'm not aware of Nvidia specific docs at this time.
I am trying to build OpenAvnu for Nvidia Jetson Tx2 device which is aarch64 architecture having eth1000T1 (Marvel) network interface having driver lan743x (Marvel).
During the build using travis.sh, it's failing for building igb_avb module with below error:
igb.c:1847:2: error: impossible constraint in 'asm'
asm volatile("lfence;"
Makefile:17: recipe for target 'gib.o' failed
My question is can OpenAvnu be build for non intel specific platform?
Is there any help doc available for building it for Nvidia platform and make use of various modules available in OpenAvnu?
The text was updated successfully, but these errors were encountered: