New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation on Raspberry Pi B+ fails on LTO #389
Comments
|
I just added new build instructions yesterday, without LTO and prebuild libraries please try to build on your Pi and let me know |
|
I will try to do that in the evening - compilation on raspberry takes 10's
of minutes.
I am also considering building binary on desktop and moving it.
I tried to compile with -fno-lto but that failed on dependencies. I suppose
this maybe also uses enclosed binaries.
čt 9. 11. 2017 v 6:46 odesílatel Vadim Grigoruk <notifications@github.com>
napsal:
… Closed #389 <#389>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#389 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABPUj-rfNPaYQPbV5U0Mxn7zN9gHVql5ks5s0pHOgaJpZM4QXFOD>
.
|
|
Hi have you published the commit? I don't see any change regarding to arm flags. |
|
You don't need arm flag, use 'make linux' pls |
|
Just i can compile on my Raspberry Pi 3 under RetroPie (based on Raspbian Jessie) usimg the instructions for ALT Linux 64-bits and run fine, but i can't remap my gamepad (DualShock 3). Later i try with mi older gamepad. |
|
Today you can compile TIC-80 in this way. |
|
@torabora great, added your steps to Build Instructions https://github.com/nesbox/TIC-80/wiki/Build-instructions#raspberry-pi |
|
I compiled the .linux target on Raspberry B+. Unfortunately the program
runs so slow, that it takes over 10s just for to display new letters in
console. Processor is over 100%. :(
pá 10. 11. 2017 v 20:28 odesílatel Vadim Grigoruk <notifications@github.com>
napsal:
… @torabora <https://github.com/torabora> great, added your steps to Build
Instructions
https://github.com/nesbox/TIC-80/wiki/Build-instructions#raspberry-pi
thanks
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#389 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABPUj7VCyOAKPyyqVDgxQxnyrqOug1-nks5s1KPcgaJpZM4QXFOD>
.
|
|
@torabora does it run slow on your side too? |
|
no, it runs pretty fast |
|
@torabora which model do you have? |
|
Raspberry Pi 3 Model B |
|
I borrowed Raspberry Pi 3 and it runs faster than version 2 so I can e.g. write to console. But e.g. surf command is unbearable slow and I wasn't able to play any game (I would estimate that it does around 1fps). I am not sure what I am doing wrong :/. |
|
@jahodfra pls try to install OpenGL driver |
|
Hello @jahodfra! |
|
I am using raspbian stretch. Apparently my problem was disabled OpenGL driver as suggested by @nesbox. After enabling it: Raspberry Pi 2 B had 1-2fps. I tried 8bit panda and on Rpi2 it was too slow to be playable, but on Rpi3 it ran fine. |
|
@jahodfra ok, could you pls switch to this temporary branch https://github.com/nesbox/TIC-80/tree/chip2 |
|
Can you specify which Raspberry? Rpi2 or Rpi3? Should I disable OpenGL
driver?
ne 12. 11. 2017 v 19:23 odesílatel Vadim Grigoruk <notifications@github.com>
napsal:
… @jahodfra <https://github.com/jahodfra> ok, could you pls switch to this
temporary branch https://github.com/nesbox/TIC-80/tree/chip2
and try to build and run it on your RPi
thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#389 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABPUj1V2AP2vFkRod3j99RzyUgcpZ6nrks5s1zeMgaJpZM4QXFOD>
.
|
|
I compiled chip2 tree on my Pi 3 and now is too slow, 7FPS. I do not use the OpenGL driver, EmulationStation, Retroarch, etc, crash if enabled on RetroPie. |
|
thanks to all, I'll investigate it here #393 |
on new Raspbian I cannot build tic due to some LTO incompatibility.
The text was updated successfully, but these errors were encountered: