3

run make inside the hello_tutorial directory. I got an error:

nacl_sdk/pepper_29/toolchain/mac_x86_newlib/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/bin/ld: cannot find -lppapi_cpp collect2: ld returned 1 exit status

I'm using Mac.

Any idea?

kzhdev
  • 667
  • 5
  • 14

1 Answers1

5

Thanks for the report. There have been some changes in the SDK structure recently and the Makefile example has to be updated. You can download an updated example from here (direct .zip link). We'll update the example linked from the documentation in a day or two.

Eli Bendersky
  • 263,248
  • 89
  • 350
  • 412
  • Just fell into this hole - the example linked from the documentation still fails in pepper_31 4 months later, whereas your direct link works fine. Time to update the documentation link perhaps? – Paul Delhanty Jan 27 '14 at 01:28
  • @PaulDelhanty: thanks for reporting, we'll look into it – Eli Bendersky Jan 27 '14 at 17:04