gdb / CURRDIR:Generic_Mouse.driver: No such file or director

This forum is for general developer support questions.
Post Reply
glames
Posts: 21
Joined: Wed Aug 31, 2011 12:08 am

gdb / CURRDIR:Generic_Mouse.driver: No such file or director

Post by glames »

Hello,

I try ro run a program with gdb but I can't. It seems that I get a problem
when I open Lowlevel.library:
"CURRDIR:Generic_Mouse.driver: No such file or directory."

This is the complete log:
=====
GNU gdb 6.3 (AmigaOS build 20050719)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "ppc-amigaos"...
(gdb) run
Starting program:
/Création/Développement/AmigaOS/C/Programmes/WordMeUpXXL_Demo/WordMeUpXXL_Demo

Reading symbols from /AmigaOS/Libs/application.library...done.
Reading symbols from /AmigaOS/Classes/window.class...done.
Reading symbols from /AmigaOS/Libs/Picasso96API.library...done.
Reading symbols from /AmigaOS/Libs/datatypes.library...done.
Reading symbols from /AmigaOS/Libs/diskfont.library...done.
CURRDIR:Generic_Mouse.driver: No such file or directory.
(gdb)
===


Did anybody already have this kind of error message?

Thanks
Post Reply