Search found 1590 matches

by St_W
Feb 27, 2024 11:53
Forum: Community Discussion
Topic: Where can I get a Recent-Git-Build of FreeBASIC?
Replies: 638
Views: 172972

Re: Where can I get a Recent-Git-Build of FreeBASIC?

Thanks coderJeff, I'm using the new makefile option DEFAULT_CPUTYPE_ARM=FB_CPUTYPE_ARMV6 now for the ARMv6 RPI build instead of the patch. Also upgraded windows build toolchains to the following ones you mentioned: Also, in the next release I am planning to recommend the following win32 x86[_64] too...
by St_W
Feb 23, 2024 17:25
Forum: Community Discussion
Topic: A question about building fbc from source
Replies: 2
Views: 281

Re: A question about building fbc from source

This should just work nicely: make install prefix=/mingw64
by St_W
Nov 29, 2023 20:33
Forum: Community Discussion
Topic: Where can I get a Recent-Git-Build of FreeBASIC?
Replies: 638
Views: 172972

Re: Where can I get a Recent-Git-Build of FreeBASIC?

Hey St_W, do you patch fbc or do anything fancy with the ARM builds? There is a tiny modification for the armv6 build, e.g. described here: https://www.freebasic.net/forum/viewtopic.php?p=297332#p297332 All the other builds use original sources without any patches. The toolchains I'm using for (cro...
by St_W
Jun 15, 2023 12:23
Forum: DOS
Topic: [Solved] Xfont error in DOS
Replies: 10
Views: 2082

Re: Xfont error in DOS

Sounds like you've declared the function 'XFONT::INTERFACE::BACKCOLOUR__set__ (unsigned long)' and also use it in 'SIGNONPASSWORD_CHANGE_1', but there's no implementation for it. Or at least the linker can't find the implementation. There could be multiple reasons for this. For example, you could be...
by St_W
Jun 15, 2023 10:35
Forum: General
Topic: fbc creates "Illegal Instruction"
Replies: 6
Views: 1824

Re: fbc creates "Illegal Instruction"

Great to hear it's working. My builds always include the latest changes from FreeBasic's git repository on GitHub available at build time. So if you downloaded the latest one it should have the version 1.20-dev I think. You can find a changelog with the commits for each build number in the parent fo...
by St_W
Jun 14, 2023 22:53
Forum: General
Topic: fbc creates "Illegal Instruction"
Replies: 6
Views: 1824

Re: fbc creates "Illegal Instruction"

Actually it's pretty easy to build fbc for ARMv6. In my case I'm cross-compiling from x86 which makes it a little bit more complicated, but still not too difficult. I've described the process back then in this post: https://www.freebasic.net/forum/viewtopic.php?p=205446#p205446 I'm aware the ZIP pac...
by St_W
Jun 14, 2023 11:19
Forum: General
Topic: fbc creates "Illegal Instruction"
Replies: 6
Views: 1824

Re: fbc creates "Illegal Instruction"

The Pi Zero W doesn't support ARMv7 instruction set, only ARMv6. see https://en.wikipedia.org/wiki/Raspberry_Pi#Specifications or https://raspberrypi.stackexchange.com/a/139499 You can try to build using -arch armv6 , but you probably need a ARMv6 build of FB's runtime library as well. Alternatively...
by St_W
Jun 01, 2023 11:23
Forum: Community Discussion
Topic: FreeBASIC 1.10.1 Release Discussion
Replies: 154
Views: 26964

Re: FreeBASIC 1.10.0 Release Discussion

tbh, now the first time I ever noticed `./contrib/deb/bintar-to-bindeb.sh` I just checked and actually I'm using a slightly customized version of that script. Main difference being added args for specifying arch and distro as well as updated dependencies (removed the amd64 specific stuff and added ...
by St_W
May 30, 2023 10:56
Forum: Community Discussion
Topic: FreeBASIC 1.10.1 Release Discussion
Replies: 154
Views: 26964

Re: FreeBASIC 1.10.0 Release Discussion

I've set up deb packaging for my CI builds some years ago, but don't update them very often. It uses the bash scripts included in the FB repo. Just triggered a new build and it ran through, but did not test it whether it's still fine.

see https://freebasic.net/forum/viewtopic.php?p=254744
by St_W
May 02, 2023 13:38
Forum: Community Discussion
Topic: Where can I get a Recent-Git-Build of FreeBASIC?
Replies: 638
Views: 172972

Re: Where can I get a Recent-Git-Build of FreeBASIC?

A DOS build (which has been stuck) already finished successfully today and the latest builds should be uploaded tonight again. Just wondering ... Did you try a cross build? Or using your previous method? No, still the old method. The cross-build requires considerably more work (than I spent recentl...
by St_W
Apr 26, 2023 19:53
Forum: Community Discussion
Topic: Where can I get a Recent-Git-Build of FreeBASIC?
Replies: 638
Views: 172972

Re: Where can I get a Recent-Git-Build of FreeBASIC?

That was easier and faster than expected :-) I spent some time this evening and have a basic nginx+Jenkins setup running now. Far from perfect and still using an old Jenkins version that still supports Java 8, but at least the setup got way easier and hopefully also less error-prone. The Tomcat + AJ...
by St_W
Apr 26, 2023 11:01
Forum: Community Discussion
Topic: Where can I get a Recent-Git-Build of FreeBASIC?
Replies: 638
Views: 172972

Re: Where can I get a Recent-Git-Build of FreeBASIC?

Thanks for the notification. I still have the old setup running as I couldn't spend any time on the modernization effort. And it's again not responding to web requests any more. I'll try to replace the Tomcat+AJP with nginx first, cause that is independent from the Java upgrade and hopefully fixes t...
by St_W
Apr 07, 2023 8:26
Forum: Community Discussion
Topic: Where can I get a Recent-Git-Build of FreeBASIC?
Replies: 638
Views: 172972

Re: Where can I get a Recent-Git-Build of FreeBASIC?

Since there are stability issues and the CI setup is quite outdated meanwhile I started looking into updating it. The current blocker are the DOS builds. I tried to run them in a 32-bit Win10 with NTVDM, but fbc.exe didn't run and neither did DJGPP's make. Up to now I run them in 32-bit WinXP NTVDM,...
by St_W
Mar 30, 2023 6:19
Forum: Beginners
Topic: pre-built FB-Extended-lib package
Replies: 8
Views: 1701

Re: pre-built FB-Extended-lib package

The "skipping incompatible ..." message usually means that the library is for the wrong platform/architecture, so pls check x86/x64 and ensure it's a windows binary. Regarding the other error there could be multiple reasons. At least it seems to be in fbext lib code, not because of some 3r...
by St_W
Mar 26, 2023 10:03
Forum: Beginners
Topic: pre-built FB-Extended-lib package
Replies: 8
Views: 1701

Re: pre-built FB-Extended-lib package

In your case it complains about the (3rd party) library PCRE to be missing. You need to provide that on your own, it doesn't come with the compiler as it's a 3rd party component. I've compiled that C-library a while ago and you can download the binaries here: https://users.freebasic-portal.de/stw/fi...