I need help just finding what file(s) for just fbc compiler in Debian...

New to FreeBASIC? Post your questions here.
Post Reply
pagetelegram
Posts: 21
Joined: May 06, 2019 17:34
Location: Chicago
Contact:

I need help just finding what file(s) for just fbc compiler in Debian...

Post by pagetelegram »

I just want to compile only what I need for fbc -lang qb to work on arm64.

Link to source I can wget would be helpful.

Source files are too much to know what to do with...it seems to have a ton of files very unrelated to platform and just fbc use.

Thank you
Jason
pagetelegram
Posts: 21
Joined: May 06, 2019 17:34
Location: Chicago
Contact:

Re: I need help just finding what file(s) for just fbc compiler in Debian...

Post by pagetelegram »

Thank you, that worked. You are awesome!

Image
pagetelegram
Posts: 21
Joined: May 06, 2019 17:34
Location: Chicago
Contact:

Re: I need help just finding what file(s) for just fbc compiler in Debian...

Post by pagetelegram »

And it's all working:

ImageImageImageImage
srvaldez
Posts: 3379
Joined: Sep 25, 2005 21:54

Re: I need help just finding what file(s) for just fbc compiler in Debian...

Post by srvaldez »

hello pagetelegram
what device are you using?
looks like it could be a tablet or a phone, please give details.
pagetelegram
Posts: 21
Joined: May 06, 2019 17:34
Location: Chicago
Contact:

Re: I need help just finding what file(s) for just fbc compiler in Debian...

Post by pagetelegram »

Blackberry KeyOne, having physical keyboard makes it a great as a portable Debian device.

Using the software Termux to install Deb or any other available distro (ie Arch.)
srvaldez
Posts: 3379
Joined: Sep 25, 2005 21:54

Re: I need help just finding what file(s) for just fbc compiler in Debian...

Post by srvaldez »

looks like an interesting device, thanks for the info :-)
sgaba
Posts: 31
Joined: Aug 15, 2005 19:18
Location: Czech Republic

Re: I need help just finding what file(s) for just fbc compiler in Debian...

Post by sgaba »

Please test this:

https://drive.google.com/open?id=1xHLbd ... gy_qwaA6mP

It is a new build of FreeBASIC-1.06.0 packed to .deb

install:

Code: Select all

sudo dpkg -i fbc_1.06.0_arm64.deb
sudo apt install -f -y
uninstall:

Code: Select all

sudo dpkg -P fbc
sudo apt autoremove -y
It would be great if you or anybody could test it! And give me feedback!!!
pagetelegram
Posts: 21
Joined: May 06, 2019 17:34
Location: Chicago
Contact:

Re: I need help just finding what file(s) for just fbc compiler in Debian...

Post by pagetelegram »

It works...see images:

ImageImageImageImage
Post Reply