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
user@PC:~/home/user/fril-master/FRILibrary/Linux$ sudo make
Building the entire project tree in three variants [debug, release]
make -k all_debug_x86
make[1]: Entering directory /home/user/fril-master/FRILibrary/Linux
Building debug variant [LINUX, X86]
make -k do_all
make[2]: Entering directory /home/user/fril-master/FRILibrary/Linux
Building the entire project tree... [all_debug_x86]
Operating system: Linux
cd FastResearchInterfaceLibrary;make all_debug_x86
make[3]: Entering directory '/home/user/fril-master/FRILibrary/Linux/FastResearchInterfaceLibrary'
find: ‘/home/user/fril-master/FRILibrary/src/FastResearchInterfaceLibrary’: No such file or directory
find: ‘/home/user/fril-master/FRILibrary/src/LinuxAbstraction’: No such file or directory
Building debug variant [LINUX, X86]
make -k do_all
make[4]: Entering directory '/home/user/fril-master/FRILibrary/Linux/FastResearchInterfaceLibrary'
find: ‘/home/user/fril-master/FRILibrary/src/FastResearchInterfaceLibrary’: No such file or directory
find: ‘/home/user/fril-master/FRILibrary/src/LinuxAbstraction’: No such file or directory
ar vrs /home/user/fril-master/FRILibrary/Linux/x86/debug/lib/libFastResearchInterfaceLibrary.a
ar: /home/user/fril-master/FRILibrary/Linux/x86/debug/lib/libFastResearchInterfaceLibrary.a: No such file or directory
Makefile:54: recipe for target '/home/user/fril-master/FRILibrary/Linux/x86/debug/lib/libFastResearchInterfaceLibrary.a' failed
make[4]: *** [/home/user/fril-master/FRILibrary/Linux/x86/debug/lib/libFastResearchInterfaceLibrary.a] Error 1
make[4]: Target 'do_all' not remade because of errors.
make[4]: Leaving directory '/home/user/fril-master/FRILibrary/Linux/FastResearchInterfaceLibrary'
../ExternalTargets.global:25: recipe for target 'all_debug_x86' failed
make[3]: *** [all_debug_x86] Error 2
make[3]: Leaving directory '/home/user/fril-master/FRILibrary/Linux/FastResearchInterfaceLibrary'
Makefile:43: recipe for target 'do_all' failed
make[2]: *** [do_all] Error 2
make[2]: Leaving directory '/home/user/fril-master/FRILibrary/Linux'
ExternalTargets.global:25: recipe for target 'all_debug_x86' failed
make[1]: *** [all_debug_x86] Error 2
make[1]: Leaving directory '/home/kiranvm/Documents/ClassNotes/AI/fril-master/FRILibrary/Linux'
ExternalTargets.global:41: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
I'm not able to reproduce it. Probably you are having some issue with a nfs home or whatever. Do you have the same problem when you execute make without sudo?
user@PC:~/home/user/fril-master/FRILibrary/Linux$ sudo make
Building the entire project tree in three variants [debug, release]
make -k all_debug_x86
make[1]: Entering directory /home/user/fril-master/FRILibrary/Linux
Building debug variant [LINUX, X86]
make -k do_all
make[2]: Entering directory /home/user/fril-master/FRILibrary/Linux
Building the entire project tree... [all_debug_x86]
Operating system: Linux
cd FastResearchInterfaceLibrary;make all_debug_x86
make[3]: Entering directory '/home/user/fril-master/FRILibrary/Linux/FastResearchInterfaceLibrary'
find: ‘/home/user/fril-master/FRILibrary/src/FastResearchInterfaceLibrary’: No such file or directory
find: ‘/home/user/fril-master/FRILibrary/src/LinuxAbstraction’: No such file or directory
Building debug variant [LINUX, X86]
make -k do_all
make[4]: Entering directory '/home/user/fril-master/FRILibrary/Linux/FastResearchInterfaceLibrary'
find: ‘/home/user/fril-master/FRILibrary/src/FastResearchInterfaceLibrary’: No such file or directory
find: ‘/home/user/fril-master/FRILibrary/src/LinuxAbstraction’: No such file or directory
ar vrs /home/user/fril-master/FRILibrary/Linux/x86/debug/lib/libFastResearchInterfaceLibrary.a
ar: /home/user/fril-master/FRILibrary/Linux/x86/debug/lib/libFastResearchInterfaceLibrary.a: No such file or directory
Makefile:54: recipe for target '/home/user/fril-master/FRILibrary/Linux/x86/debug/lib/libFastResearchInterfaceLibrary.a' failed
make[4]: *** [/home/user/fril-master/FRILibrary/Linux/x86/debug/lib/libFastResearchInterfaceLibrary.a] Error 1
make[4]: Target 'do_all' not remade because of errors.
make[4]: Leaving directory '/home/user/fril-master/FRILibrary/Linux/FastResearchInterfaceLibrary'
../ExternalTargets.global:25: recipe for target 'all_debug_x86' failed
make[3]: *** [all_debug_x86] Error 2
make[3]: Leaving directory '/home/user/fril-master/FRILibrary/Linux/FastResearchInterfaceLibrary'
Makefile:43: recipe for target 'do_all' failed
make[2]: *** [do_all] Error 2
make[2]: Leaving directory '/home/user/fril-master/FRILibrary/Linux'
ExternalTargets.global:25: recipe for target 'all_debug_x86' failed
make[1]: *** [all_debug_x86] Error 2
make[1]: Leaving directory '/home/kiranvm/Documents/ClassNotes/AI/fril-master/FRILibrary/Linux'
ExternalTargets.global:41: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: