Sketch works with windows 10 but not on chromebook

could get sketch to work using IDE on windows 10 but i get errors with chromebook.

if(!sensor0.begin())
^
error during build: exit status 1

loaded example 1 basic temperature readings from the sparkfun tmp102 library

Hi @dmohnbsa_gmail.com. Please make sure to post the full and exact output. I suspect there must be more output than that, and the missing parts would provide the helpers here with valuable information.

I don't own a ChromeBook, so I can't check to make sure it works exactly the same, but I'll provide the instructions for getting this information from the non-app Arduino Web Editor version:

  1. When you encounter an error, you'll see a button that looks like two pieces of paper at the top right corner of the black console pane below the Arduino Web Editor's sketch pane. Click that button.
    image
  2. Open a forum reply here by clicking the Reply button.
  3. Click the </> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block
  4. Press Ctrl+V.
    This will paste the compilation output into the code block.
  5. Move the cursor outside of the code tags before you add any additional text to your reply.
  6. Click the Reply button to post the output.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.