newbie - trying to build

Jack Andrews effbiae at gmail.com
Sun Apr 6 11:24:45 CEST 2014


Hi,

Sorry if this is not the right forum.

I'm following
  https://os.inf.tu-dresden.de/fiasco/build.html

and i could build fiasco just fine.

I made a couple of guesses about how to build L4Re because I couldn't find
much info:

jack at uv:~/fiasco/src/l4$ mkdir mybuild
jack at uv:~/fiasco/src/l4$ make grub2iso E=hello O=mybuild
MODULE_SEARCH_PATH=~/fiasco/src/kernel/fiasco/mybuild/
Processing entry 'hello'
Could not find 'bootstrap' with path
'/home/jack/fiasco/src/kernel/fiasco/mybuild/:/home/jack/fiasco/src/l4/mybuild/bin/amd64_opteron:/home/jack/fiasco/src/l4/mybuild/bin/amd64_opteron/l4f:/home/jack/fiasco/src/l4/mybuild/lib/amd64_opteron:/home/jack/fiasco/src/l4/mybuild/lib/amd64_opteron/l4f'
make: *** [grub2iso] Error 1

I find bootstrap.o, but no 'bootstrap':

jack at uv:~/fiasco/src/l4$ find ../kernel/fiasco/mybuild/ -name bootstrap\*
../kernel/fiasco/mybuild/bootstrap.o

I have googled, including this list, but I haven't found the magic
combination of words to get the answer.

Thanks,
jack.



This is the kernel globalconfig.out:

#
# Automatically generated file; DO NOT EDIT.
# Fiasco configuration
#

#
# Target configuration
#
# CONFIG_IA32 is not set
CONFIG_AMD64=y
# CONFIG_ARM is not set
CONFIG_PF_PC=y
CONFIG_ABI_VF=y
CONFIG_AMD64_K8=y
# CONFIG_AMD64_CORE2 is not set
# CONFIG_AMD64_ATOM is not set
# CONFIG_AMD64_K10 is not set
# CONFIG_CPU_VIRT is not set
CONFIG_SCHED_APIC=y
# CONFIG_WORKAROUND_AMD_FPU_LEAK is not set

#
# Kernel options
#
CONFIG_MP=y
CONFIG_MP_MAX_CPUS=4
CONFIG_CONTEXT_4K=y
# CONFIG_FINE_GRAINED_CPUTIME is not set
CONFIG_SCHED_FIXED_PRIO=y
# CONFIG_SCHED_WFQ is not set
# CONFIG_SCHED_FP_WFQ is not set
# CONFIG_DISABLE_VIRT_OBJ_SPACE is not set
CONFIG_VIRT_OBJ_SPACE=y

#
# Debugging
#
# CONFIG_INLINE is not set
CONFIG_NDEBUG=y
CONFIG_NO_FRAME_PTR=y
# CONFIG_STACK_DEPTH is not set
# CONFIG_LIST_ALLOC_SANITY is not set
# CONFIG_BEFORE_IRET_SANITY is not set
# CONFIG_IRQ_SPINNER is not set
# CONFIG_WATCHDOG is not set
# CONFIG_SERIAL is not set
# CONFIG_JDB is not set
# CONFIG_POWERSAVE_GETCHAR is not set
# CONFIG_WARN_NONE is not set
CONFIG_WARN_WARNING=y
# CONFIG_WARN_ANY is not set

#
# Compiling
#
CONFIG_CC="gcc"
CONFIG_CXX="g++"
CONFIG_HOST_CC="gcc"
CONFIG_HOST_CXX="g++"
# CONFIG_MAINTAINER_MODE is not set
CONFIG_LABEL=""
CONFIG_EXPERIMENTAL=y
CONFIG_BIT64=y
CONFIG_WARN_LEVEL=1
CONFIG_XARCH="amd64"
CONFIG_IA32_TARGET="AMD Opteron"
CONFIG_ABI="vf"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://os.inf.tu-dresden.de/pipermail/l4-hackers/attachments/20140406/310e6834/attachment.html>


More information about the l4-hackers mailing list