SV-328 with Arduino IDE under GNU\Linux

Hi!

I’m trying to compile simple sketch from book “Programing Orangutans and the 3pi Robot from the Arduino Enviroment” after configurating the Arduino Enviroment’s file “…/boards.txt” and selection “Tools → Board → Pololu Orangutan …” → but there is an error:

In file included from sketch_apr05a.cpp:1:0:
/usr/share/arduino/hardware/arduino/cores/arduino/Arduino.h:212:26: fatal error: pins_arduino.h: No such file or directory
compilation terminated.

Other way, if other Board in Tools menu selected, compiling done right.
I do not know how to solve that problem. so I need help.

I am using the last Arduino IDE and ArchLinux distribution if that is important.

Hello. I’m sorry you are having trouble.

What version of Arduino do you have? It should say something in the title bar of the window or in Help -> About. If you don’t have the latest version (1.0), you might want to try downloading it from the Arduino website.

What board was selected when you got that error? What board was selected when you did not get the error? Could you post the code you were trying to compile? Also, could you post your boards.txt file here so we can check it?

–David