BenitoJedai / nativeclient-sdk

Automatically exported from code.google.com/p/nativeclient-sdk
0 stars 1 forks source link

Error executing make on hello_world example #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Unpack linux (Ubuntu) SDK.
2. Execute make on path $NACL_SDK/examples/hello_world/

What is the expected output? What do you see instead?
$~/Escritorio/native_client_sdk_0_1_507_0/examples/hello_world$ make
../../toolchain/linux_x86/bin/nacl-g++ -Wall -Wno-long-long -pthread -DXP_UNIX 
-Werror -m32  -O2 -c -o hello_world_module_x86_32.o hello_world_module.cc
../../toolchain/linux_x86/bin/nacl-g++: línea 3: 
/home/usuario/Escritorio/native_client_sdk_0_1_507_0/examples/hello_world/../../
toolchain/linux_x86/bin/nacl64-g++: No existe el fichero o directorio
../../toolchain/linux_x86/bin/nacl-g++: línea 3: 
/home/usuario/Escritorio/native_client_sdk_0_1_507_0/examples/hello_world/../../
toolchain/linux_x86/bin/nacl64-g++: Éxito
make: *** [hello_world_module_x86_32.o] Error 1

What version of the product are you using? On what operating system?
native_client_sdk_0_1_507_0

Please provide any additional information below.
I'm using Ubuntu OS.

Excecuting $NACL_SDK/toolchain/linux_x86/bin/nacl64-g++ show this output:

$:~/Escritorio/native_client_sdk_0_1_507_0/toolchain/linux_x86/bin$ ./nacl64-cpp
-bash: ./nacl64-cpp: No existe el fichero o directorio

PS: "No existe el fichero o directorio" means "No such file or directory".

Original issue reported on code.google.com by a.borond...@gtempaccount.com on 19 Jan 2011 at 10:11

GoogleCodeExporter commented 8 years ago
If your Ubuntu install is a 64 bit system then most likely you're missing the 
following packages (you can use Synaptic Package Manager to find them)

libc6-i386
lib32-gcc1

and for completeness (though it may not be required)

lib32stdc++6

These three packages provide support for running 32 bit compiled binaries (the 
NaCL tools are 32 bit even if they build 64 bit binaries).

Original comment by awkimp...@gmail.com on 22 Apr 2011 at 12:04

GoogleCodeExporter commented 8 years ago
You will also need lib32z1 - the 32 bit libZ (compression)

Original comment by awkimp...@gmail.com on 22 Apr 2011 at 3:43

GoogleCodeExporter commented 8 years ago
Thank you so much!!!

Original comment by a.borond...@gtempaccount.com on 25 Apr 2011 at 7:07

GoogleCodeExporter commented 8 years ago
Cleaning out old bugs.

Original comment by dsprin...@google.com on 2 Aug 2011 at 5:36