Click here to Skip to main content
15,904,926 members

Comments by GiZmoDragonBack (Top 13 by date)

GiZmoDragonBack 25-Oct-13 9:18am View    
The .endian files are generated in $(ENDIAN) rule. I noticed that if the SRCS=$(wildcard *.endian) are not there the wildcard does not find the file.
GiZmoDragonBack 14-Aug-13 8:40am View    
Thanks,
Finally zero warnings!
GiZmoDragonBack 13-Aug-13 10:13am View    
Close enough. I edited your code in the shape the I actually need it. Thanks
GiZmoDragonBack 13-Aug-13 7:47am View    
Thanks. I know the essence behind the endianess. I just want to swap all the bytes inside the file. My program is expecting a Big endian file, but I produce a little endian file. The dd is quite close, but it swap in pairs
GiZmoDragonBack 29-Jul-13 5:52am View    
Indeed, the problem was that I was including strings.h and not string.h