Cygwin + insight + arm utils


 
Thread Tools Search this Thread
Top Forums Programming Cygwin + insight + arm utils
# 1  
Old 10-26-2011
Cygwin + insight + arm utils

Hello all, I have just installed cygwin and arm tools to do some arm assembly programming, but when i try to initialize insight with arm-elf-insight xxx.xxx I receive the message that arm-elf-insight cannot find cygncurses-8.dll. In my lib directory I have cygncurses-10.dll, but not cygncurses-8.dll. Any ideas how to proceed? thanks in advance.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

opening new instance of cygwin from withing cygwin

I'm using cygwin on win7, What I would like to do is something like this: cygstart cygwin tail -f /foo/test.log | perl -pe 's/error/\e I know I can start a new instance using either of these: mintty -e ... cygstart tail ... But neither of those open in ANSI mode, so I can't do... (0 Replies)
Discussion started by: Validatorian
0 Replies

2. Programming

Linux file system insight

I have a basic knowledge of the various structures like file, dentry, inode, superblocks of linux virtual file systems. I want to get a more deep insight as to how these structures are utilized in reality. I mean I want to get an understanding of how and where these structure come up in picture... (4 Replies)
Discussion started by: rupeshkp728
4 Replies

3. Shell Programming and Scripting

Running SQL Scripts from Shell script - Need insight!

I've a script that fetches various values from the database as below: #! /bin/ksh $conn="user/pwd@service_name" `sqlplus -s << $conn EOF1 @xyz.sql @pqr.sql @abc.sql EOF1` The output of the script should generate txt files containing the results from queries which are further... (6 Replies)
Discussion started by: manthasirisha
6 Replies

4. Red Hat

Redhat & HP Insight

I've been asked to provide better hardware error reporting on our Redhat AS 3 instances which are running on HP DL380s. All that's required is mirroring the messages generated by the IML to the syslog (SNMP and Insight are not used here) and apparently the hpasm RPM from HP can do this,... (0 Replies)
Discussion started by: spoodie
0 Replies
Login or Register to Ask a Question
GRUB-MKSTANDALONE(1)                                               User Commands                                              GRUB-MKSTANDALONE(1)

NAME
grub-mkstandalone - make a memdisk-based GRUB image SYNOPSIS
grub-mkstandalone [OPTION...] [OPTION] SOURCE... DESCRIPTION
Generate a standalone image (containing all modules) in the selected format --compress=no|xz|gz|lzo compress GRUB files [optional] -d, --directory=DIR use images and modules under DIR [default=/usr/lib/grub/<platform>] --fonts=FONTS install FONTS [default=unicode] --install-modules=MODULES install only MODULES and their dependencies [default=all] -k, --pubkey=FILE embed FILE as public key for signature checking --locale-directory=DIR use translations under DIR [default=/usr/share/locale] --locales=LOCALES install only LOCALES [default=all] --modules=MODULES pre-load specified modules MODULES --themes=THEMES install THEMES [default=starfield] -v, --verbose print verbose messages. --core-compress=xz|none|auto choose the compression to use for core image -o, --output=FILE save output in FILE [required] -O, --format=FILE generate an image in FORMAT available formats: i386-coreboot, i386-multiboot, i386-pc, i386-pc-pxe, i386-pc-eltorito, i386-efi, i386-ieee1275, i386-qemu, x86_64-efi, i386-xen, x86_64-xen, mipsel-yeeloong-flash, mipsel-fuloong2f-flash, mipsel-loongson-elf, pow- erpc-ieee1275, sparc64-ieee1275-raw, sparc64-ieee1275-cdcore, sparc64-ieee1275-aout, ia64-efi, mips-arc, mipsel-arc, mipsel-qemu_mips-elf, mips-qemu_mips-flash, mipsel-qemu_mips-flash, mips-qemu_mips-elf, arm-uboot, arm-efi, arm64-efi -?, --help give this help list --usage give a short usage message -V, --version print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. Graft point syntax (E.g. /boot/grub/grub.cfg=./grub.cfg) is accepted REPORTING BUGS
Report bugs to <bug-grub@gnu.org>. SEE ALSO
grub-mkimage(1) The full documentation for grub-mkstandalone is maintained as a Texinfo manual. If the info and grub-mkstandalone programs are properly installed at your site, the command info grub-mkstandalone should give you access to the complete manual. grub-mkstandalone (GRUB) 2.02-2ubuntu8.3 July 2018 GRUB-MKSTANDALONE(1)