robotpy / roborio-atlas

ATLAS/LAPACK binaries for the RoboRIO
0 stars 0 forks source link

Bitbake error #1

Open burru0 opened 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:

When I execute "bitbake gcc", the following error appears:

ERROR: binutils-cross-x86_64-2.28-r0 do_compile: oe_runmake failed ERROR: binutils-cross-x86_64-2.28-r0 do_compile: Function failed: do_compile (log file is located at /home/burruzola/Documents/nilrt/build/tmp_defaultsetup_3_0_x64-glibc-glibc/work/x86_64-linux/binutils-cross-x86_64/2.28-r0/temp/log.do_compile.39581) ERROR: Logfile of failure stored in: /home/burruzola/Documents/nilrt/build/tmp_defaultsetup_3_0_x64-glibc-glibc/work/x86_64-linux/binutils-cross-x86_64/2.28-r0/temp/log.do_compile.39581 Although a "build" folder is created with a subfolder for the machine inside it, the .ipk files are nowhere to be found as the bitbake command is not fully completed.

virtuald commented 4 years ago

No idea. It makes sense that no ipk would be generated if there was an error. Does the logfile have anything useful in it?

burru0 commented 4 years ago

No, there is no explanation for the error.

virtuald commented 4 years ago

Seems unlikely. Maybe attach the logfile here? Or there's a different logfile somewhere that has an error that caused this error.