Did those pull requests ever get accepted? I am trying to build it right now, also, but I get the same errors as originally mentioned.Andrew Jackman
kd7nyq@gmail.comOn Thu, Feb 11, 2016 at 1:01 PM, Gapry Un <gapry.tw@gmail.com> wrote:Thank you for your hints
I don't execute `make kzm_release_defconfig` before `make`. For now, it can compile and execute.
Thank you very much !
-- Gapry2016-02-12 3:14 GMT+08:00 HyperNewbie <hypernewbie@gmail.com>:That's kernel code. Looks rather easy to fix though.
Might be that you're using a slightly different compiler version than what the seL4 team is testing with.- XiOn 11 February 2016 at 03:51, Gapry Un <gapry.tw@gmail.com> wrote:Hi Xi,
Thank for your help.
For now, it occurs other error messages as following so I still can not compile RefOS.~/refos/kernel/src/fastpath/fastpath.c:17:1: error: conflicting types for ‘fastpath_call’fastpath_call(word_t cptr, word_t msgInfo)^In file included from ~/refos/kernel/src/arch/x86/c_traps.c:15:0:~/refos/kernel/include/arch/x86/arch/fastpath/fastpath.h:184:6: note: previous declaration of ‘fastpath_call’ was herevoid fastpath_call(word_t cptr, word_t r_msgInfo)^~/refos/kernel/src/plat/pc99/machine/intel-vtd.c: In function ‘vtd_process_faults’:~/refos/kernel/src/plat/pc99/machine/intel-vtd.c:236:13: error: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘uint32_t’ [-Werror=format=]printf("from bus/dev/fun 0x%lx ", source_id);^cc1: all warnings being treated as errorsmake[1]: *** [kernel_final.s] Error 1make: *** [kernel_elf] Error 2Thanks for any help or suggestion,
- Gapry2016-02-11 16:12 GMT+08:00 HyperNewbie <hypernewbie@gmail.com>:Hi,With these pull requests I can compile RefOS.- XiOn 10 February 2016 at 19:03, Adrian Danis <adrian.danis@nicta.com.au> wrote:Hi Xi,
AEP's got renamed to Notification's. So in this example seL4_TCB_BindAEP got renamed to seL4_TCB_BindNotification.
Adrian
On Thu 11-Feb-2016 1:08 PM, HyperNewbie wrote:
I'm trying to update RefOS.
I see seL4_TCB_BindAEP is gone; is there anything similar to replace this? Or do we have to use a separate thread to emulate this behaviour?
- Xi
On 10 February 2016 at 17:33, Kevin Elphinstone <Kevin.Elphinstone@nicta.com.au> wrote:
Yes, you are hitting API changes. The best way forward would be to port RefOS to the newer API. Downgrading would be a temporary solution at best.
- Kevin
Assoc. Prof. Kevin Elphinstone, Trustworthy Systems
DATA61 | CSIRO
E kevin.elphinstone@nicta.com.au T +61 2 8306 0573
CSIRO’s Digital Productivity business unit and NICTA have joined forces to create digital powerhouse Data61
From: Devel [mailto:devel-bounces@sel4.systems] On Behalf Of Gapry Un
Sent: Sunday, 24 January 2016 9:31 PM
To: devel@sel4.systems
Subject: [seL4] Can not build RefOS
Dear all,
I follow the official step (https://github.com/seL4/refos-manifest) to build RefOS and it occurs the following error message.
In file included from /home/chi-wai/Workspaces/microkernel/RefOS/libs/librefos/src/sync.c:16:0:
~/Workspaces/RefOS/stage/arm/imx31/include/refos/refos.h:73:1: error: unknown type name ‘uint32_t’
~/Workspaces/RefOS/stage/arm/imx31/include/refos/refos.h:73:23: error: unknown type name ‘uint32_t’
In file included from /home/chi-wai/Workspaces/microkernel/RefOS/libs/librefos/src/sync.c:18:0:
~/Workspaces/RefOS/stage/arm/imx31/include/refos-util/cspace.h:44:72: error: unknown type name ‘uint32_t’
~/Workspaces/RefOS/libs/librefos/src/sync.c: In function ‘sync_create_mutex’:
~/Workspaces/RefOS/libs/librefos/src/sync.c:49:5: warning: ‘seL4_Notify’ is deprecated (declared at /home/chi-wai/Workspaces/microkernel/RefOS/stage/arm/imx31/include/sel4/deprecated.h:23): use seL4_Signal [-Wdeprecated-declarations]
~/Workspaces/RefOS/libs/librefos/src/sync.c: In function ‘sync_acquire’:
~/Workspaces/RefOS/libs/librefos/src/sync.c:65:5: error: invalid initializer
~/Workspaces/RefOS/libs/librefos/src/sync.c: In function ‘sync_release’:
~/Workspaces/RefOS/libs/librefos/src/sync.c:74:5: warning: ‘seL4_Notify’ is deprecated (declared at /home/chi-wai/Workspaces/microkernel/RefOS/stage/arm/imx31/include/sel4/deprecated.h:23): use seL4_Signal [-Wdeprecated-declarations]
make[1]: *** [src/sync.o] Error 1make: *** [librefos] Error 2
Does RefOS use the old seL4 API ? If it is, which version I need to downgrade?
Thanks for any help or suggestion,
Gapry.
https://gapry.wordpress.com/
The information in this e-mail may be confidential and subject to legal professional privilege and/or copyright. National ICT Australia Limited accepts no liability for any damage caused by this email or its attachments.
_______________________________________________
Devel mailing list
Devel@sel4.systems
https://sel4.systems/lists/listinfo/devel
_______________________________________________ Devel mailing list Devel@sel4.systems https://sel4.systems/lists/listinfo/devel
_______________________________________________
Devel mailing list
Devel@sel4.systems
https://sel4.systems/lists/listinfo/devel
_______________________________________________
Devel mailing list
Devel@sel4.systems
https://sel4.systems/lists/listinfo/devel
_______________________________________________
Devel mailing list
Devel@sel4.systems
https://sel4.systems/lists/listinfo/devel
_______________________________________________
Devel mailing list
Devel@sel4.systems
https://sel4.systems/lists/listinfo/devel