|
Porting
Tips on porting to Native Client
This page has moved. Please see the latest developer documentation at: http://code.google.com/chrome/nativeclient/ | |
► Sign in to add a comment
|
Search
|
|
Porting
Tips on porting to Native Client
This page has moved. Please see the latest developer documentation at: http://code.google.com/chrome/nativeclient/ | |
As nacl-paper successfully enabled cpu2000, i also want to have a try. I have modify a config file for cpu2000(originally linux-x86-gcc.cfg). mainly change these things: CC = /home/chinimei/nacl/googleclient/third_party/nacl_sdk/linux/bin/nacl-gcc CXX = /home/chinimei/nacl/googleclient/third_party/nacl_sdk/linux/bin/nacl-g++
and build with -O3 but some of samples compiles and some not. For example. 254.gap faild when LINK: /home/chinimei/nacl/googleclient/third_party/nacl_sdk/linux/bin/nacl-gcc -O3 -funroll-all-loops -lm -o options I see that it is because system.c cannot find termio.h and doesn't compile. Others failed may have the same kind of problems.