Search found 575 matches
- Sat Sep 10, 2011 2:36 pm
- Forum: General Developer Support
- Topic: translate offsets to library calls
- Replies: 13
- Views: 10287
Re: translate offsets to library calls
To make the ouput more inetresting that 0:?? you must compile all your code with -gstabs. Any lne in the stack trace that corresponds to your program (rather than a library used by it) might be of interest, but generally the last line of *your* code is where you should start to look. Edit: Looking m...
- Sat Sep 10, 2011 2:13 pm
- Forum: SDK Support
- Topic: Bug in command expr
- Replies: 6
- Views: 6369
Re: Bug in command expr
I'm sure I've read about this issue before, did you allready post something? or maybe someone else posted it.... Anyway yes I've reproduced the bug in expr, I'm not sure of the status of coreutils though WRT the SDK ie whether it's a contribution or not. If it's a contribution you'll need to send yo...
- Sat Sep 10, 2011 1:45 pm
- Forum: Platform: AmigaOne 500 and Sam series
- Topic: Keyboard and mouse problem
- Replies: 25
- Views: 22973
Re: Keyboard and mouse problem
't:' is typically 'Ram:T/'
that's the default setup by the startup sequence you can actually put where ever you like but in this case best thing to do is the same as the startup sequence
MakeDir Ram:T
assign T: ram:T
that's the default setup by the startup sequence you can actually put where ever you like but in this case best thing to do is the same as the startup sequence
MakeDir Ram:T
assign T: ram:T
- Sat Sep 10, 2011 1:39 pm
- Forum: General Developer Support
- Topic: Minimum version for OS4 sources
- Replies: 3
- Views: 3729
Re: Minimum version for OS4 sources
There's no need to specify a minimum version for a library unless you need a specific functionailty intriduced at such a version. Usualy the autodocs specify where a minimum version is required for agiven library function, or at what version the behaviour changes. I think the disadvantge of using -l...
- Fri Sep 02, 2011 4:46 pm
- Forum: Platform: AmigaOne 500 and Sam series
- Topic: Warp3D DSI crash in OS4.1u3 on Sam440ep-flex [SOLVED]
- Replies: 7
- Views: 10559
Re: Warp3D DSI crash in OS4.1u3 on Sam440ep-flex
I tried out Cube on my sam-flex 733 with radeon 9250 And got no crashes.
Maybe you could post some of the original crash logs? They may give some clues.
Maybe you could post some of the original crash logs? They may give some clues.
- Fri Sep 02, 2011 5:19 am
- Forum: General AmigaOS
- Topic: Why is Mode xxx is not supported at the given frequency now?
- Replies: 35
- Views: 28037
Re: Why is Mode xxx is not supported at the given frequency
I've no idea why the resolution don;t work with the tooltype approach, but have you tried creating them with picasso96mode?
Could be a useful work arround for 'specialist' screen modes.
Could be a useful work arround for 'specialist' screen modes.
- Thu Sep 01, 2011 11:30 am
- Forum: General AmigaOS
- Topic: Update 3 Strange extra icon when dragged in RAM
- Replies: 21
- Views: 9800
Re: Update 3 Strange extra icon when dragged in RAM
Yes, you're right. I'll write a report about it. Thanks for pointing it out. A couple of interesting things about this: - The source drawer has to be in text mode for it to happen. Happened for me when dragging my turboprint drawer into ram: this one isn't in text mode. nor are any subdirectories. ...
- Thu Sep 01, 2011 11:10 am
- Forum: General AmigaOS
- Topic: list | more broken (?)
- Replies: 12
- Views: 7661
Re: list | more broken (?)
Added this to bugzilla #7213
- Thu Sep 01, 2011 11:01 am
- Forum: General AmigaOS
- Topic: list | more broken (?)
- Replies: 12
- Views: 7661
Re: list | more broken (?)
It seams to be a probablem with more and reading from a pipe as:
list >PIPE:mypipe
more <PIPE:mypipe
fails in a similar way, once you hit ctrl-c you et a warning that the file might be binary.
list >PIPE:mypipe
more <PIPE:mypipe
fails in a similar way, once you hit ctrl-c you et a warning that the file might be binary.
- Tue Aug 30, 2011 10:25 am
- Forum: General AmigaOS
- Topic: Sorting in Filer issue
- Replies: 2
- Views: 2287
Re: Sorting in Filer issue
You right that's it's a third party program, you should report the problem to the author, however, to save you time I can say that I allready did that and he is awarre of the issue.