![]() |
![]() |
![]() |
#1241 | |
Total Chaos forever!
![]() |
Quote:
|
|
![]() |
![]() |
#1242 |
Registered User
![]() Join Date: Oct 2013
Location: Germany
Posts: 37
|
|
![]() |
![]() |
#1243 |
Registered User
![]() Join Date: Aug 2018
Location: Minneapolis, USA
Posts: 95
|
What's the current version of Bebbo's bgdbserver? The link on his page to version 6 is a 404. I was working on some code for deleting files recursively, and well, I seem to have deleted the contents of my 'test' directory, including bgdbserver. Version 5 is available on the web site, but I think that's an older version, as it requires -r.
Is there a version 7 coming? Anybody have a link to 6 I could use? 404: https://franke.ms/amiga/bgdbserver_6.zip from: https://franke.ms/amiga/gdb-eclipse.wiki |
![]() |
![]() |
#1244 | |
botcher
![]() Join Date: Jun 2016
Location: Hamburg/Germany
Posts: 498
|
Quote:
the correct link is: https://franke.ms/download/bgdbserver_6.zip - I updated the page. Thank you! |
|
![]() |
![]() |
#1245 |
Registered User
![]() Join Date: Aug 2018
Location: Minneapolis, USA
Posts: 95
|
Awesome, thanks Bebbo!
|
![]() |
![]() |
#1246 | |
Registered User
![]() Join Date: Jan 2020
Location: Poland
Posts: 33
|
Quote:
|
|
![]() |
![]() |
#1247 |
Registered User
Join Date: Apr 2018
Location: Germany
Posts: 103
|
I try to port some code from SAS-C. It's a callback function defined like this:
Code:
int __asm __saveds QBobFunc(register __a1 struct myBltNode *node) { ... } |
![]() |
![]() |
#1248 | |
botcher
![]() Join Date: Jun 2016
Location: Hamburg/Germany
Posts: 498
|
Quote:
the bgdbserver allows you to debug your program on the Amiga remotely. What you need is a working TCP/IP stack on your Amiga, then you can debug the program even on a real Amiga. debugging > printf |
|
![]() |
![]() |
#1249 | |
botcher
![]() Join Date: Jun 2016
Location: Hamburg/Germany
Posts: 498
|
Quote:
Code:
int __saveds QBobFunc(struct myBltNode *node asm("a1")) { ... } __saveds is only needed if a baserel data model is used - it means that the function loads the a4 register. Useful in callbacks given to someone else or interrupt handlers... the latter may also need the __interrupt attribute. |
|
![]() |
![]() |
#1250 |
Registered User
Join Date: Apr 2018
Location: Germany
Posts: 103
|
Thanks a lot, this works
![]() |
![]() |
![]() |
#1251 |
Registered User
![]() Join Date: Jun 2016
Location: UK
Posts: 370
|
Is it me or does KPrintF formatting not work? I tried this:
KPrintF("Right: %d\n", 112); And the output is "Right: 0" |
![]() |
![]() |
#1252 |
Registered User
![]() Join Date: Dec 2010
Location: Athens/Greece
Age: 50
Posts: 578
|
|
![]() |
![]() |
#1253 |
Registered User
![]() Join Date: Jun 2016
Location: UK
Posts: 370
|
|
![]() |
Currently Active Users Viewing This Thread: 2 (1 members and 1 guests) | |
bebbo |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
New GCC based dev toolchain for AmigaOS 3.x | cla | Coders. Releases | 8 | 24 December 2017 11:18 |
Issue with photon/xxxx WinUAE Toolchain | arpz | Coders. Asm / Hardware | 2 | 26 September 2015 23:33 |
New 68k gcc toolchain | arti | Coders. C/C++ | 17 | 31 July 2015 04:59 |
Hannibal's WinUAE Demo Toolchain 5 | Bobic | Amiga scene | 1 | 23 July 2015 22:04 |
From gcc to vbcc. | Cowcat | Coders. General | 9 | 06 June 2014 15:45 |
|
|