On 6/3/10 12:58 PM, Stefan Reinauer wrote:
On 6/3/10 12:39 PM, Andreas Färber wrote:
Am 01.06.2010 um 15:49 schrieb Stefan Reinauer:
On 6/1/10 2:45 PM, Programmingkid wrote:
Sorry, I meant I had to delete the files in obj-x86/target/kernel.
Proper dependencies are currently not supported by OpenBIOS. You will have to delete obj-x86 before attempting a re-build.
Or run `make clean`, which should hopefully be working since r774.
Stefan, if you could hint us I would rather try to fix this issue. It's too easy getting bitten by it.
Hm.. maybe it would work to just add -MMD to CFLAGS to have gcc produce the correct dependencies in .d files.
(and include those .d files, of course)