Advertisement
Guest User

Untitled

a guest
Feb 4th, 2020
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. Compiling and installing QB64...
  2. Building library 'LibQB'
  3. /tmp/cc7eymgW.s: Assembler messages:
  4. /tmp/cc7eymgW.s:107458: Error: bad instruction `fldt [fp,#-36]'
  5. /tmp/cc7eymgW.s:107458: Error: bad instruction `fistpll [fp,#-28]'
  6. /tmp/cc7eymgW.s:107510: Error: bad instruction `fldt [fp,#-20]'
  7. /tmp/cc7eymgW.s:107510: Error: bad instruction `fistpll [fp,#-12]'
  8. /tmp/cc7eymgW.s:107542: Error: VFP single precision register expected -- `flds [fp,#-16]'
  9. /tmp/cc7eymgW.s:107542: Error: bad instruction `fistpl [fp,#-8]'
  10. /tmp/cc7eymgW.s:107573: Error: bad instruction `fldl [fp,#-20]'
  11. /tmp/cc7eymgW.s:107573: Error: bad instruction `fistpl [fp,#-8]'
  12. Building library 'FreeType'
  13. Building library 'Core:FreeGLUT'
  14. Building 'QB64'
  15. g++: error: libqb/os/lnx/libqb_setup.o: Datei oder Verzeichnis nicht gefunden
  16. It appears that the qb64 executable file was not created, this is usually an indication of a compile failure (You probably saw lots of error messages pop up on the screen)
  17. Usually these are due to missing packages needed for compilation. If you're not running a distro supported by this compiler, please note you will need to install the packages listed above.
  18. If you need help, please feel free to post on the QB64 Forums detailing what happened and what distro you are using.
  19. Also, please tell them the exact contents of this next line:
  20. DISTRO: raspbian
  21.  
  22. Thank you for using the QB64 installer.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement