All of lore.kernel.org
 help / color / mirror / Atom feed
* Build errors with latest commit
@ 2017-04-09  4:28 Derek Johansen
  2017-04-09  6:13 ` Derek Johansen
  2017-04-09 12:52 ` Build errors with latest commit which added FAT file system support to ELKS Georg Potthast 2
  0 siblings, 2 replies; 3+ messages in thread
From: Derek Johansen @ 2017-04-09  4:28 UTC (permalink / raw)
  To: ELKS

After pulling in the latest commit, running sudo ./build.sh errors out
as shown below:


bcc -0  -O -I/home/djohanse/elk2/elks/elks/include
-DELKS_VERSION_CODE=0x00020000 -DUTS_RELEASE=\"0.2.0\" -D__KERNEL__
-ansi -c -o chqueue.o chqueue.c
/home/djohanse/elk2/elks/elks/include/linuxmt/fs.h:252.33: error:
undefined structure
/home/djohanse/elk2/elks/elks/include/linuxmt/fs.h:302.31: error:
undefined structure
make[3]: *** [super.o] Error 1
make[3]: Leaving directory `/home/djohanse/elk2/elks/elks/fs'
make[2]: *** [fs/fs.a] Error 2
make[2]: *** Waiting for unfinished jobs....
bcc -0  -O -I/home/djohanse/elk2/elks/elks/include
-DELKS_VERSION_CODE=0x00020000 -DUTS_RELEASE=\"0.2.0\" -D__KERNEL__
-ansi -c -o string.o string.c
/home/djohanse/elk2/elks/elks/include/linuxmt/fs.h:252.33: error:
undefined structure
/home/djohanse/elk2/elks/elks/include/linuxmt/fs.h:302.31: error:
undefined structure
make[3]: *** [chqueue.o] Error 1
make[3]: Leaving directory `/home/djohanse/elk2/elks/elks/lib'
make[2]: *** [lib/lib.a] Error 2
make[2]: Leaving directory `/home/djohanse/elk2/elks/elks'



make[1]: *** [Image] Error 2
make[1]: Leaving directory `/home/djohanse/elk2/elks/elks'
make: *** [elks] Error 2
make: INTERNAL: Exiting with 3 jobserver tokens available; should be 2!
Build script has terminated with error 4
djohanse@djohanse-VirtualBox:~/elk2/elks$

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Build errors with latest commit
  2017-04-09  4:28 Build errors with latest commit Derek Johansen
@ 2017-04-09  6:13 ` Derek Johansen
  2017-04-09 12:52 ` Build errors with latest commit which added FAT file system support to ELKS Georg Potthast 2
  1 sibling, 0 replies; 3+ messages in thread
From: Derek Johansen @ 2017-04-09  6:13 UTC (permalink / raw)
  To: ELKS

Note that this is while attempting to build *without* the new
filesystem type enabled

On Sat, Apr 8, 2017 at 10:28 PM, Derek Johansen <djohanse678@gmail.com> wrote:
> After pulling in the latest commit, running sudo ./build.sh errors out
> as shown below:
>
>
> bcc -0  -O -I/home/djohanse/elk2/elks/elks/include
> -DELKS_VERSION_CODE=0x00020000 -DUTS_RELEASE=\"0.2.0\" -D__KERNEL__
> -ansi -c -o chqueue.o chqueue.c
> /home/djohanse/elk2/elks/elks/include/linuxmt/fs.h:252.33: error:
> undefined structure
> /home/djohanse/elk2/elks/elks/include/linuxmt/fs.h:302.31: error:
> undefined structure
> make[3]: *** [super.o] Error 1
> make[3]: Leaving directory `/home/djohanse/elk2/elks/elks/fs'
> make[2]: *** [fs/fs.a] Error 2
> make[2]: *** Waiting for unfinished jobs....
> bcc -0  -O -I/home/djohanse/elk2/elks/elks/include
> -DELKS_VERSION_CODE=0x00020000 -DUTS_RELEASE=\"0.2.0\" -D__KERNEL__
> -ansi -c -o string.o string.c
> /home/djohanse/elk2/elks/elks/include/linuxmt/fs.h:252.33: error:
> undefined structure
> /home/djohanse/elk2/elks/elks/include/linuxmt/fs.h:302.31: error:
> undefined structure
> make[3]: *** [chqueue.o] Error 1
> make[3]: Leaving directory `/home/djohanse/elk2/elks/elks/lib'
> make[2]: *** [lib/lib.a] Error 2
> make[2]: Leaving directory `/home/djohanse/elk2/elks/elks'
>
>
>
> make[1]: *** [Image] Error 2
> make[1]: Leaving directory `/home/djohanse/elk2/elks/elks'
> make: *** [elks] Error 2
> make: INTERNAL: Exiting with 3 jobserver tokens available; should be 2!
> Build script has terminated with error 4
> djohanse@djohanse-VirtualBox:~/elk2/elks$

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Build errors with latest commit which added FAT file system support to ELKS
  2017-04-09  4:28 Build errors with latest commit Derek Johansen
  2017-04-09  6:13 ` Derek Johansen
@ 2017-04-09 12:52 ` Georg Potthast 2
  1 sibling, 0 replies; 3+ messages in thread
From: Georg Potthast 2 @ 2017-04-09 12:52 UTC (permalink / raw)
  To: ELKS

Derek,

I made a pull request fixing this issue. You could download the modified "linuxmt/fs.h" file if you want to test it now.

Please see the "Documentation/text/fat_fs.txt" file for instructions how to use the FAT filesystem.

Georg

> Derek Johansen <djohanse678@gmail.com> hat am 9. April 2017 um 06:28 geschrieben:
> 
> 
> After pulling in the latest commit, running sudo ./build.sh errors out
> as shown below:
> 
> 
> bcc -0  -O -I/home/djohanse/elk2/elks/elks/include
> -DELKS_VERSION_CODE=0x00020000 -DUTS_RELEASE=\"0.2.0\" -D__KERNEL__
> -ansi -c -o chqueue.o chqueue.c
> /home/djohanse/elk2/elks/elks/include/linuxmt/fs.h:252.33: error:
> undefined structure
> /home/djohanse/elk2/elks/elks/include/linuxmt/fs.h:302.31: error:
> undefined structure
> make[3]: *** [super.o] Error 1
> make[3]: Leaving directory `/home/djohanse/elk2/elks/elks/fs'
> make[2]: *** [fs/fs.a] Error 2
> make[2]: *** Waiting for unfinished jobs....
> bcc -0  -O -I/home/djohanse/elk2/elks/elks/include
> -DELKS_VERSION_CODE=0x00020000 -DUTS_RELEASE=\"0.2.0\" -D__KERNEL__
> -ansi -c -o string.o string.c
> /home/djohanse/elk2/elks/elks/include/linuxmt/fs.h:252.33: error:
> undefined structure
> /home/djohanse/elk2/elks/elks/include/linuxmt/fs.h:302.31: error:
> undefined structure
> make[3]: *** [chqueue.o] Error 1
> make[3]: Leaving directory `/home/djohanse/elk2/elks/elks/lib'
> make[2]: *** [lib/lib.a] Error 2
> make[2]: Leaving directory `/home/djohanse/elk2/elks/elks'
> 
> 
> 
> make[1]: *** [Image] Error 2
> make[1]: Leaving directory `/home/djohanse/elk2/elks/elks'
> make: *** [elks] Error 2
> make: INTERNAL: Exiting with 3 jobserver tokens available; should be 2!
> Build script has terminated with error 4
> djohanse@djohanse-VirtualBox:~/elk2/elks$
> --
> To unsubscribe from this list: send the line "unsubscribe linux-8086" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-09 12:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-09  4:28 Build errors with latest commit Derek Johansen
2017-04-09  6:13 ` Derek Johansen
2017-04-09 12:52 ` Build errors with latest commit which added FAT file system support to ELKS Georg Potthast 2

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.