Search found 3 matches
- 06 Jun 2017, 06:02
- Forum: Help & Bugs
- Topic: Building spring for raspberry pi 2 (armv7-a)
- Replies: 4
- Views: 2120
Re: Building spring for raspberry pi 2 (armv7-a)
Thanks with this patch as instructed, spring-dedicated (only) compiles which was my objective indeed. Updated the PKGBUILD in the OP with the CMAKE flags needed. Specifically, -fPIC CXX/C FLAG was necessary or the linker failed. Now I can test it out. If there's interest in providing official ARM bu...
- 05 Jun 2017, 19:30
- Forum: Help & Bugs
- Topic: Building spring for raspberry pi 2 (armv7-a)
- Replies: 4
- Views: 2120
Re: Building spring for raspberry pi 2 (armv7-a)
Thanks, used the workaround but noticed you've pushed 851865f which works as well. Now getting /home/alarm/.cache/pacaur/spring/src/spring/rts/System/Platform/Linux/CrashHandler.cpp: In function 'int CrashHandler::thread_unwind(ucontext_t*, void**, StackTrace&)': /home/alarm/.cache/pacaur/spring...
- 04 Jun 2017, 20:41
- Forum: Help & Bugs
- Topic: Building spring for raspberry pi 2 (armv7-a)
- Replies: 4
- Views: 2120
Building spring for raspberry pi 2 (armv7-a)
I'm interested in building spring for the ARM architecture for spring-dedicated autohosting purposes. This post is intended a follow up to this thread started by a different user Using current spring git, as that has the required fixes for compiling without streflop gcc --version gcc (GCC) 7.1.1 201...