* [U-Boot-Users] [PATCH] build on Cygwin
@ 2003-09-17 14:31 Anders Larsen
2003-09-17 15:04 ` Kenneth Johansson
2003-09-18 8:26 ` [U-Boot-Users] " Wolfgang Denk
0 siblings, 2 replies; 5+ messages in thread
From: Anders Larsen @ 2003-09-17 14:31 UTC (permalink / raw)
To: u-boot
Hi,
here's a patch against 0.4.8 that allows U-Boot to be built on a Cygwin-
hosted platform.
Problems solved:
- mkimage.c, img2srec.c and bmp_logo.c wouldn't compile
- mkimage converted all 0x0a to 0x0d 0x0a in the binary image
CHANGELOG:
allow mkimage to build and run on Cygwin-hosted systems
Cheers
Anders
-------------- next part --------------
A non-text attachment was scrubbed...
Name: u-boot.cygwin.patch.gz
Type: application/x-gzip
Size: 1000 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20030917/81a489ab/attachment.bin
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [PATCH] build on Cygwin
2003-09-17 14:31 [U-Boot-Users] [PATCH] build on Cygwin Anders Larsen
@ 2003-09-17 15:04 ` Kenneth Johansson
2003-09-17 15:10 ` Anders Larsen
2003-09-18 8:26 ` [U-Boot-Users] " Wolfgang Denk
1 sibling, 1 reply; 5+ messages in thread
From: Kenneth Johansson @ 2003-09-17 15:04 UTC (permalink / raw)
To: u-boot
On Wed, 2003-09-17 at 16:31, Anders Larsen wrote:
> Hi,
>
> here's a patch against 0.4.8 that allows U-Boot to be built on a Cygwin-
> hosted platform.
In the future do not compress patches sent to the list they are hard to
read.
--
Kenneth Johansson
Ericsson AB Tel: +46 8 719 70 20
Tellusborgsv?gen 90 Fax: +46 8 719 29 45
126 25 Stockholm ken at switchboard.ericsson.se
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [PATCH] build on Cygwin
2003-09-17 15:04 ` Kenneth Johansson
@ 2003-09-17 15:10 ` Anders Larsen
0 siblings, 0 replies; 5+ messages in thread
From: Anders Larsen @ 2003-09-17 15:10 UTC (permalink / raw)
To: u-boot
Kenneth Johansson <kenneth.johansson@etx.ericsson.se> schreibt:
>In the future do not compress patches sent to the list they are hard to
>read.
Sorry, but I fear that the weird MUA I'm forced to use here at work will
somehow re-format text-attachments...
Cheers
Anders
BTW, the README states that it's OK to send gzipped patches.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] Re: [PATCH] build on Cygwin
2003-09-17 14:31 [U-Boot-Users] [PATCH] build on Cygwin Anders Larsen
2003-09-17 15:04 ` Kenneth Johansson
@ 2003-09-18 8:26 ` Wolfgang Denk
2003-09-18 13:19 ` [U-Boot-Users] " Anders Larsen
1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2003-09-18 8:26 UTC (permalink / raw)
To: u-boot
In message <fc.004c4e48001cb9a1004c4e48001cb9a1.1cba68@rea.de> you wrote:
>
> here's a patch against 0.4.8 that allows U-Boot to be built on a Cygwin-
> hosted platform.
>
> Problems solved:
> - mkimage.c, img2srec.c and bmp_logo.c wouldn't compile
> - mkimage converted all 0x0a to 0x0d 0x0a in the binary image
>
> CHANGELOG:
> allow mkimage to build and run on Cygwin-hosted systems
Sorry, parts of this code were changed since. Can you please recreate
the patch against current top-of-tree of CVS (for example against tag
LABEL_2003_09_16_2310 or later)? Thanks.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
"Beware of programmers carrying screwdrivers." - Chip Salzenberg
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] [PATCH] build on Cygwin
2003-09-18 8:26 ` [U-Boot-Users] " Wolfgang Denk
@ 2003-09-18 13:19 ` Anders Larsen
0 siblings, 0 replies; 5+ messages in thread
From: Anders Larsen @ 2003-09-18 13:19 UTC (permalink / raw)
To: u-boot
Wolfgang Denk <wd@denx.de> schreibt:
>In message <fc.004c4e48001cb9a1004c4e48001cb9a1.1cba68@rea.de> you wrote:
>>
>> here's a patch against 0.4.8 that allows U-Boot to be built on a Cygwin-
>> hosted platform.
>>
>> Problems solved:
>> - mkimage.c, img2srec.c and bmp_logo.c wouldn't compile
>> - mkimage converted all 0x0a to 0x0d 0x0a in the binary image
>>
>> CHANGELOG:
>> allow mkimage to build and run on Cygwin-hosted systems
>
>Sorry, parts of this code were changed since. Can you please recreate
>the patch against current top-of-tree of CVS (for example against tag
>LABEL_2003_09_16_2310 or later)? Thanks.
Hi Wolfgang,
no problem - patch against LABEL_2003_09_16_2310 attached (per request
as plain text - I hope my MUA treats it kindly).
Cheers
Anders
-------------- next part --------------
A non-text attachment was scrubbed...
Name: u-boot.cygwin.patch
Type: application/octet-stream
Size: 1746 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20030918/a5f07329/attachment.obj
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-09-18 13:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-17 14:31 [U-Boot-Users] [PATCH] build on Cygwin Anders Larsen
2003-09-17 15:04 ` Kenneth Johansson
2003-09-17 15:10 ` Anders Larsen
2003-09-18 8:26 ` [U-Boot-Users] " Wolfgang Denk
2003-09-18 13:19 ` [U-Boot-Users] " Anders Larsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox