robotpy / roborio-packages

Build files for RobotPy ipk packages
6 stars 2 forks source link

Bitbake error #28

Closed burru0 closed 4 years ago

burru0 commented 4 years ago

I'm trying to make the cross-compiling of the library libgfortran on a virtual machine in a windows pc, to later build the library on a linux device. Following the guide I have encountered two problems:

virtuald commented 4 years ago

What instructions are you following? It would probably just be easier to use our binaries if you're going to run on a roboRIO.

burru0 commented 4 years ago

I'm following the instructions on the 2016 branch "roborio-packages/atlas_libs/". When the .ipk files have been built, I plant to install them on a sbRIO device.

virtuald commented 4 years ago

Heh, those instructions are pretty old, many of the patches you need are already applied. My most recent set of instructions are on the README for https://github.com/robotpy/roborio-atlas . I think I used those mostly untouched for this year (except different fortran versions).

Good luck!