DavidEGrayson / minimu9-ahrs

Program for reading data from the Pololu MinIMU-9 over I²C. Works on the Raspberry Pi and other embedded ARM Linux boards.
Other
167 stars 68 forks source link

dependency issues while installing minimu9-ahrs #11

Closed AdamCzar closed 10 years ago

AdamCzar commented 10 years ago

Hello, I am a beginner with raspberry pi and am trying to begin with the minIMU-9. I have encountered some problems along the way though. I followed all the steps David Grayson has given. Here is the error:

pi@raspberrypi ~ $ sudo dpkg --force-architecture -i minimu9-ahrs_1.1.1-1_armel.deb dpkg: warning: overriding problem because --force enabled: package architecture (armel) does not match system (armhf) Selecting previously unselected package minimu9-ahrs. (Reading database ... 68818 files and directories currently installed.) Unpacking minimu9-ahrs (from minimu9-ahrs_1.1.1-1_armel.deb) ... dpkg: dependency problems prevent configuration of minimu9-ahrs: minimu9-ahrs depends on libboost-program-options1.42.0 (>= 1.42.0-1). minimu9-ahrs depends on libc6 (>= 2.4). minimu9-ahrs depends on libgcc1 (>= 1:4.4.0). minimu9-ahrs depends on libstdc++6 (>= 4.4.0).

dpkg: error processing minimu9-ahrs (--install): dependency problems - leaving unconfigured Processing triggers for man-db ... Errors were encountered while processing: minimu9-ahrs

How do i fix this?

DavidEGrayson commented 10 years ago

You are not using the armel architecture so you will need to compile it from source instead of using the package.

AdamCzar commented 10 years ago

how do I compile it from source? Thank you

DavidEGrayson commented 10 years ago

See https://github.com/DavidEGrayson/minimu9-ahrs/blob/master/README.textile

AdamCzar commented 10 years ago

I am not sure if i am doing it right. I typed in the first command into terminal, and all went well. However, when i typed in 'make', it said no targets specified and no makefile found. Stop.

AdamCzar commented 10 years ago

How do I specify the target?

juliaashk commented 10 years ago

Hi Adam,

Have you tried to cd into the minimu9_ahrs folder? There should be a Makefile in there. If so, then the 'make' command should respond.

AdamCzar commented 10 years ago

yes, thank you very much! It seems to work now!