| 65351a87 | 24-Apr-2009 |
Peter Tyser <ptyser@xes-inc.com> |
bmp_logo: Check return value of fread()
Add basic error handling to fread() function calls. This prevents compililation warnings such as:
bmp_logo.c: In function ‘main’: bmp_logo.c:71: warning: ig
bmp_logo: Check return value of fread()
Add basic error handling to fread() function calls. This prevents compililation warnings such as:
bmp_logo.c: In function ‘main’: bmp_logo.c:71: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result ...
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
show more ...
|
| 2f8d396b | 13-Mar-2009 |
Peter Tyser <ptyser@xes-inc.com> |
Add support for building native win32 tools
Add support for compiling the host tools in the tools directory using the MinGW toolchain. This produces executables which can be used on standard Window
Add support for building native win32 tools
Add support for compiling the host tools in the tools directory using the MinGW toolchain. This produces executables which can be used on standard Windows computers without requiring cygwin.
One must specify the MinGW compiler and strip utilities as if they were the host toolchain in order to build win32 executables, eg:
make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
show more ...
|
| 273174dd | 13-Mar-2009 |
Peter Tyser <ptyser@xes-inc.com> |
tools/Makefile: Use auto-generated object file dependencies
Files in the SRCS variable have their dependencies automatically generated so remove duplicate explicit dependencies
Signed-off-by: Peter
tools/Makefile: Use auto-generated object file dependencies
Files in the SRCS variable have their dependencies automatically generated so remove duplicate explicit dependencies
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
show more ...
|
| eed07331 | 13-Mar-2009 |
Peter Tyser <ptyser@xes-inc.com> |
tools/Makefile: Dynamically generate libfdt object dependencies
Add the libfdt files to the SRCS variable so that they have their dependencies automatically generated
Signed-off-by: Peter Tyser <pt
tools/Makefile: Dynamically generate libfdt object dependencies
Add the libfdt files to the SRCS variable so that they have their dependencies automatically generated
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
show more ...
|