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
Hello I am experiencing the following issue when building. All of the other projects build but this one.
I have installed fuse via apt both libfuse-dev and libfuse-dev:i386
ERROR: /usr/bin/g++ -Wl,--unresolved-symbols=ignore-in-shared-libs '-Wl,-rpath,$ORIGIN'
-Wl,-rpath-link=/home/jorden/Android/Open-TEE/gcc-debug -lfuse -pthread -o /home/jorden/
Android/Open-TEE/gcc-debug/omnishare-fuse /home/jorden/Android/Open-TEE/gcc-debug/
omnishare-fuse.gcc.cecfaec5/.obj/3a52ce780950d4d9/omnishare_fuse.c.o /home/
jorden/Android/Open-TEE/gcc-debug/.socopy/libtee.so /home/jorden/Android/Open-TEE/
gcc-debug/.socopy/libomnishare.so
../omnishare_fuse.c.o: In function `recurse_dir':
/home/jorden/Android/Open-TEE/CAs/omnishare_fuse/omnishare_fuse.c:48:
undefined reference to `fuse_get_context'
../omnishare_fuse.c.o: In function `fixup_root_path':
/home/jorden/Android/Open-TEE/CAs/omnishare_fuse/omnishare_fuse.c:194:
undefined reference to `fuse_get_context'
../omnishare_fuse.c.o: In function `oms_init':
/home/jorden/Android/Open-TEE/CAs/omnishare_fuse/omnishare_fuse.c:771:
undefined reference to `fuse_get_context'
./omnishare_fuse.c.o: In function `main':
/home/jorden/Android/Open-TEE/CAs/omnishare_fuse/omnishare_fuse.c:994:
undefined reference to `fuse_main_real'
collect2: error: ld returned 1 exit status
ERROR: Process failed with exit code 1.
Is it just me getting this?
I understand you are obviously going to be very busy with preparation for TEE Seminar tomorrow. Best of luck.
The text was updated successfully, but these errors were encountered:
in omnishare_fuse.qbs and also remove apt-get remove libfuse-dev:i386 && apt-get autoremove it seems a lot happier. But this means the qbs file needs updating each time a repo sync is performed?
Hello I am experiencing the following issue when building. All of the other projects build but this one.
I have installed fuse via
apt
bothlibfuse-dev
andlibfuse-dev:i386
Is it just me getting this?
I understand you are obviously going to be very busy with preparation for TEE Seminar tomorrow. Best of luck.
The text was updated successfully, but these errors were encountered: