| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | Mar 17 at 0:07 | |
| stats | profile views | 10 |
|
Mar 4 |
comment |
compiling multiple c files yeah there was an #if defined wrapper over the whole file, i got it now, thanks |
|
Mar 4 |
comment |
compiling multiple c files yes thank you the -DPOLARSSL_DES_C has the des.c file compiling now |
|
Mar 4 |
awarded | Commentator |
|
Mar 4 |
comment |
compiling multiple c files yeah, this seems like the problem. nm gives me 'no name list' |
|
Mar 4 |
comment |
compiling multiple c files ok, i edited the post with the code that's causing the problem |
|
Mar 4 |
revised |
compiling multiple c files added 464 characters in body |
|
Mar 4 |
comment |
compiling multiple c files nope, just the same error message i put in the original post |
|
Mar 4 |
revised |
compiling multiple c files added 57 characters in body |
|
Mar 4 |
comment |
compiling multiple c files yeah compiling with -Wall isn't giving me any more info. des.h is included in both main.c and des.c though |
|
Mar 4 |
comment |
compiling multiple c files I got both the source and the header from here: polarssl.org/des-source-code, the implementations are all there |
|
Mar 4 |
asked | compiling multiple c files |
|
Feb 21 |
awarded | Student |
|
Dec 5 |
revised |
fseek is unsuccessful in a binary file added 220 characters in body |
|
Dec 5 |
comment |
fseek is unsuccessful in a binary file i added some snippets, does this make the situation clearer? this is all part of an assignment to implement a file system on a virtual disk of size 5mb provided by the professor. |
|
Dec 5 |
revised |
fseek is unsuccessful in a binary file added code snippets |
|
Dec 5 |
comment |
fseek is unsuccessful in a binary file yeah it does. its a 5MB binary file. |
|
Dec 5 |
comment |
fseek is unsuccessful in a binary file yes there is an if(diskPointer != NULL) statement near the beginning of my Main. and startOfData is a #define. |
|
Dec 5 |
asked | fseek is unsuccessful in a binary file |
|
Nov 19 |
awarded | Editor |
|
Nov 19 |
revised |
Basics of implementing a file system added 147 characters in body |