Search the web
Sign In
New User? Sign Up
gbadev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
problem with devkitadv   Message List  
Reply | Forward Message #14405 of 15019 |
Hello gbadev,

I am using DevKitAdv r5 beta3. There is a problem with stream
output from make files.

If I run the following command from console then it works correctly:

nm.exe libscreens.a > output.nm

But when I try to run it from makefile then error occurs:

/usr/bin/sh: nm.exe: command not found

By the way when I don't use stream output in make files there is no
errors

nm.exe libscreens.a

I need to print library symbols because of my own tool, which is analyzing
created text file and creates header file with exportet symbols:

extern const unsigned char _binary_screen1_bin[];
extern const unsigned char _binary_screen2_bin[];

This bug doesn't occur when i use another version of gcc.

But I like to use DevKitAdv...


What should I do?


Sorry for my poor english.

np: Doof - Let's Turn On
-- [ZX][GBA][Scene][Anime][Ot.A.Ma.][B.A.K.A. S.T.][Powered by Jenechka]
Best regards,
Vivid / Brainwave Team mailto:vivid@...





Wed Jul 9, 2003 3:29 pm

vivid_bwteam
Offline Offline
Send Email Send Email

Forward
Message #14405 of 15019 |
Expand Messages Author Sort by Date

Hello gbadev, I am using DevKitAdv r5 beta3. There is a problem with stream output from make files. If I run the following command from console then it works...
Aleksey N. Malov
vivid_bwteam
Offline Send Email
Jul 9, 2003
4:51 pm

... From: "Aleksey N. Malov" <vivid@...> ... Check to see if you have multiple copies of the cygwin1.dll on your machine. You should only have one. -...
John Seghers
johnse98072
Offline Send Email
Jul 9, 2003
11:55 pm

This is probably related to the fact that Beta 3 does not have make.exe, sh.exe, and msys-1.0.dll in the best locations. I managed to solve most of the...
Jason Wilkins
fenix@...
Send Email
Jul 9, 2003
11:55 pm

From: "Aleksey N. Malov" <vivid@...> ... It looks like (I seem to remember seeing this as well) 'make' tries to run executables directly when the...
Jonathan Perret
jonathan.perret@...
Send Email
Jul 9, 2003
11:56 pm

... set MAKE_MODE=UNIX that instructs make to call "bash" (or sh) for its subprocesses instead of using "command.com". gpz...
Groepaz
groepaz2000
Offline Send Email
Jul 10, 2003
12:30 am

... check if there is more than one cygwin1.dll (i think that was the name :=P) is on your system.... if two cygwin progs use different dll you will have ...
Groepaz
groepaz2000
Offline Send Email
Jul 9, 2003
11:56 pm

... DevKit Advance R5 does not use cygwin1.dll, it is a mingw executable that depends on msvcrt.dll The shell tools are lifted from msys, and depend on...
Jason Wilkins
fenix@...
Send Email
Jul 10, 2003
11:40 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help