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
When I excute ./travis.sh to build, error print:
make lib
make[1]: Entering directory '/opt/OpenAvnu-master'
mkdir -p lib/igb_avb/lib && make subdir=lib/igb_avb/lib -C lib/igb_avb/lib
make[2]: Entering directory '/opt/OpenAvnu-master/lib/igb_avb/lib'
make[2]: *** No targets specified and no makefile found. Stop.
Can anyone tell me the correct build step? Is travis.sh ok to run?
Thanks
The text was updated successfully, but these errors were encountered:
When I excute ./travis.sh to build, error print:
make lib
make[1]: Entering directory '/opt/OpenAvnu-master'
mkdir -p lib/igb_avb/lib && make subdir=lib/igb_avb/lib -C lib/igb_avb/lib
make[2]: Entering directory '/opt/OpenAvnu-master/lib/igb_avb/lib'
make[2]: *** No targets specified and no makefile found. Stop.
Can anyone tell me the correct build step? Is travis.sh ok to run?
Thanks
The text was updated successfully, but these errors were encountered: