2016-04-25T00:07:07 *** ita has quit IRC 2016-04-25T00:07:23 *** ita has joined #rtems 2016-04-25T00:53:37 *** printk has quit IRC 2016-04-25T03:50:55 *** prk has joined #rtems 2016-04-25T04:00:59 *** mkhoory has joined #rtems 2016-04-25T04:05:44 *** mkhoory has quit IRC 2016-04-25T05:22:20 *** sebhub has joined #rtems 2016-04-25T05:52:33 *** Noslac has joined #rtems 2016-04-25T05:57:14 *** Noslac has quit IRC 2016-04-25T06:11:03 [git] 163d1e8 by Sebastian Huber: [pppd: Fix warnings] http://devel.rtems.org/changeset/163d1e8/rtems 2016-04-25T06:11:04 [git] f4c59d0 by Sebastian Huber: [telnetd: Fix warnings] http://devel.rtems.org/changeset/f4c59d0/rtems 2016-04-25T06:48:23 *** monstr has joined #rtems 2016-04-25T07:16:40 *** prk has quit IRC 2016-04-25T07:54:12 *** prk has joined #rtems 2016-04-25T08:00:45 hola. 2016-04-25T08:01:32 how to compile a mips gcc, default little-endian? 2016-04-25T08:01:53 with RSB. 2016-04-25T09:18:37 *** mudit1729 has joined #rtems 2016-04-25T09:20:30 *** Boquete has quit IRC 2016-04-25T09:22:56 *** Boquete has joined #rtems 2016-04-25T09:27:08 [git] 7d0050d by Sebastian Huber: [Fix fp initializaiton in kern_sendit() Bug introduced by 22257c7d81148e5b78027116e07627a54f4efb95.] http://devel.rtems.org/changeset/7d0050d/rtems-libbsd 2016-04-25T10:13:02 [trac] GSoC/2016 edited by Mudit (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-04-25T10:13:44 [trac] GSoC/2016/LowLevelPeripherals&SDcard created http://devel.rtems.org/wiki/GSoC/2016/LowLevelPeripherals&SDcard 2016-04-25T10:17:10 *** mudit1729 has quit IRC 2016-04-25T12:31:39 *** ketul has joined #rtems 2016-04-25T12:32:06 *** ketul has joined #rtems 2016-04-25T12:37:29 *** monstr has quit IRC 2016-04-25T12:56:30 *** ketul has quit IRC 2016-04-25T13:03:21 *** Boquete has quit IRC 2016-04-25T13:05:19 *** Boquete has joined #rtems 2016-04-25T13:21:10 *** prink has joined #rtems 2016-04-25T13:21:17 is the __rtems__ defined in gcc toolchain? 2016-04-25T13:22:04 yes, its a built-in define, see gcc/config directory in GCC sources 2016-04-25T13:22:57 ... I use eabi toolchain compiling rtems, failed. the rtems toolchian is building... 2016-04-25T13:23:19 *** monstr has joined #rtems 2016-04-25T13:24:05 I find the is move from to laster year. 2016-04-25T13:24:44 I'm trying to compile schedsim. gcc fails, complaining that "__assert_fail" is not defined. However, this is meant to be a builtin. Any ideas, how I should provide it? 2016-04-25T13:25:23 I never used the schedsim 2016-04-25T13:25:42 ./rtems/build/arm-rtems-gcc-6.0.1-RC-20160415-newlib-2.4.0-x86_64-linux-gnu-1/gcc-6.0.1-RC-20160415/gcc/config 2016-04-25T13:26:12 It's trying to compile the rtems sources. The issue seems to prop up from rtems/cpukit/score/include/rtems/score/assert.h:76 2016-04-25T13:26:39 So, the more pertinent question would be how are the assert methods provided to the rtems code? 2016-04-25T13:27:08 its already in the ifdef __linux__ part 2016-04-25T13:27:18 how is assert defined in glibc? 2016-04-25T13:27:58 I seems found it: "./sh/rtems.h: builtin_define( "__rtems__" ); \ 2016-04-25T13:29:05 > how is assert defined in glibc? some defines? 2016-04-25T13:29:56 darnir , how about add a global define -D__rtems__ 2016-04-25T13:30:22 sebhub: Yes, it's there. However, it seems there is an implicit declaration of the function. So I'll have to declare it somewhere earlier. 2016-04-25T13:31:18 prink: Can't do that. This is a simulator and we don't want to compile everything. 2016-04-25T13:32:36 the rtems seems only can compiled by the rtems toolchain, the __rtems__ is defined in xxx-rtems-gcc 2016-04-25T13:32:49 don't know, ask sebhub. ;D 2016-04-25T13:32:52 I am new to rtems. 2016-04-25T13:34:17 #define TARGET_OS_CPP_BUILTINS() \ 2016-04-25T13:34:18 do { \ 2016-04-25T13:34:18 builtin_define ("__rtems__"); \ 2016-04-25T13:34:18 builtin_define ("__USE_INIT_FINI__"); \ 2016-04-25T13:34:18 builtin_assert ("system=rtems"); \ 2016-04-25T13:34:20 } while (0) 2016-04-25T13:34:29 Is this help? 2016-04-25T13:41:56 sorry, what is your problem? 2016-04-25T13:42:33 Mine is the lack of the function being declared. Will find a place to do so. It can be refactored to a better place later. 2016-04-25T13:45:56 weak function? 2016-04-25T14:42:25 *** monstr has quit IRC 2016-04-25T14:59:25 is rtems have any plan to reduce the dependence of toolchain. :D 2016-04-25T15:05:52 *** prink is now known as prin_k 2016-04-25T15:12:44 cast off mental burdens and continue with one's mind at ease 2016-04-25T15:13:24 *** gedare has joined #rtems 2016-04-25T15:13:24 *** ChanServ sets mode: +o gedare 2016-04-25T15:35:13 rtems@book:~/rtems-kbuild$ make 2016-04-25T15:35:13 CC c/src/lib/libcpu/arm/s3c24xx/clock/clockdrv.o 2016-04-25T15:35:14 CC c/src/lib/libcpu/arm/s3c24xx/clock/support.o 2016-04-25T15:35:14 LD c/src/lib/libcpu/arm/s3c24xx/clock/built-in.o 2016-04-25T15:35:14 CC c/src/lib/libcpu/arm/s3c24xx/irq/irq.o 2016-04-25T15:35:15 LD c/src/lib/libcpu/arm/s3c24xx/irq/built-in.o 2016-04-25T15:35:18 CC c/src/lib/libcpu/arm/s3c24xx/timer/timer.o 2016-04-25T15:35:20 LD c/src/lib/libcpu/arm/s3c24xx/timer/built-in.o 2016-04-25T15:35:23 LD c/src/lib/libcpu/arm/s3c24xx/built-in.o 2016-04-25T15:35:25 LINK vmlinux 2016-04-25T15:35:28 LD vmlinux.o 2016-04-25T15:35:30 arm-rtems-ld: cannot find arch/arm/kernel/head.o: No such file or directory 2016-04-25T15:35:33 c/src/lib/libcpu/arm/s3c24xx/: file not recognized: Is a directory 2016-04-25T15:35:35 Makefile:970: recipe for target 'vmlinux' failed 2016-04-25T15:35:38 make: *** [vmlinux] Error 1 2016-04-25T15:35:40 a small step to build rtems with kbuild. :D 2016-04-25T15:39:56 ahh 2016-04-25T15:40:39 there was some interest awhile back in defining KConfig options, but decided it was too much trouble to maintain 2016-04-25T15:42:10 why your name has a '@' sign? 2016-04-25T15:44:10 *** dougk_ has quit IRC 2016-04-25T15:44:25 I think origin rtems have too much history burden... 2016-04-25T15:45:50 build rtems with kbuild just my hobby... 2016-04-25T15:46:24 it has many disavantage: only build on linux.. 2016-04-25T15:46:37 but it easy to use. 2016-04-25T15:47:19 sure. 2016-04-25T15:47:29 The @ might be denoting channel ops? 2016-04-25T15:49:32 for some normal application, or company not doing rocket science, it is easy to buy a pc and install linux, and ssh to this linux host with windows. 2016-04-25T15:50:19 can mips/arm + linux may cover 80% applications? 2016-04-25T16:23:04 *** gedare has quit IRC 2016-04-25T16:47:58 *** RichieB has joined #rtems 2016-04-25T17:01:22 *** gedare has joined #rtems 2016-04-25T17:01:22 *** ChanServ sets mode: +o gedare 2016-04-25T17:03:55 *** gedare has quit IRC 2016-04-25T18:48:13 *** gedare has joined #rtems 2016-04-25T18:48:13 *** ChanServ sets mode: +o gedare 2016-04-25T18:49:09 *** dougk_ has joined #rtems 2016-04-25T19:17:27 *** gedare has quit IRC 2016-04-25T21:25:46 *** kiwichris has joined #rtems 2016-04-25T22:16:47 *** stryx` has quit IRC 2016-04-25T22:18:16 *** stryx` has joined #rtems 2016-04-25T22:21:59 *** RichieB has quit IRC 2016-04-25T22:43:53 *** RichieB has joined #rtems 2016-04-25T22:53:17 *** RichieB has quit IRC 2016-04-26T00:49:19 *** prk has quit IRC 2016-04-26T00:49:40 *** prk has joined #rtems 2016-04-26T01:21:13 *** prk has quit IRC 2016-04-26T01:21:13 *** prin_k has quit IRC 2016-04-26T01:25:28 *** prk has joined #rtems 2016-04-26T01:25:51 *** prin_k has joined #rtems 2016-04-26T02:31:14 *** prk has quit IRC 2016-04-26T02:31:30 *** prk has joined #rtems 2016-04-26T04:31:54 [git] 5d37f0e by Chris Johns: [waf: Check for no FreeBSD options being supplied.] http://devel.rtems.org/changeset/5d37f0e/rtems-libbsd 2016-04-26T05:48:39 *** monstr has joined #rtems 2016-04-26T09:37:20 [trac] GSoC/2016 edited by punitvara (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-04-26T09:38:33 [trac] #2700/defect (v:4.10) created by dcb (cpukit/libfs/src/nfsclient/src/rpcio.c:524]: (style) Suspicious condition) http://devel.rtems.org/ticket/2700 2016-04-26T09:38:51 [trac] GSoC/2016 edited by punitvara (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-04-26T09:44:16 *** RichieB has joined #rtems 2016-04-26T10:00:05 *** RichieB has quit IRC 2016-04-26T10:06:57 *** RichieB has joined #rtems 2016-04-26T10:42:29 *** RichieB has quit IRC 2016-04-26T10:42:38 *** RichieB has joined #rtems 2016-04-26T10:49:18 *** RichieB has quit IRC 2016-04-26T11:09:42 *** RichieB has joined #rtems 2016-04-26T11:27:09 *** vprintk has joined #rtems 2016-04-26T11:55:03 *** RichieB has quit IRC 2016-04-26T12:14:10 I find it seems all the source code in cpukit/score/cpu/arm/* 2016-04-26T12:14:31 is compiled even it is *not* needed. 2016-04-26T12:14:40 eg. the smdk2410 bsp. 2016-04-26T12:16:25 though this not used object is deleted when linking, 2016-04-26T13:04:11 sorryyy, my fault... 2016-04-26T13:04:23 it is remove by marco define 2016-04-26T13:22:29 [git] fa69a12 by Sebastian Huber: [Dummy PHOLD() and PRELE()] http://devel.rtems.org/changeset/fa69a12/rtems-libbsd 2016-04-26T13:22:29 [git] 55d372f by Sebastian Huber: [Declare flsll()] http://devel.rtems.org/changeset/55d372f/rtems-libbsd 2016-04-26T13:22:29 [git] 00c8792 by Sebastian Huber: [Initialize interrupt server early This enables its use before the Nexus device exists.] http://devel.rtems.org/changeset/00c8792/rtems-libbsd 2016-04-26T13:22:29 [git] 5edcb9e by Sebastian Huber: [media01: Add telnetd] http://devel.rtems.org/changeset/5edcb9e/rtems-libbsd 2016-04-26T13:22:29 [git] 5b93cc8 by Sebastian Huber: [Add root bus support functions] http://devel.rtems.org/changeset/5b93cc8/rtems-libbsd 2016-04-26T16:07:17 *** gedare has joined #rtems 2016-04-26T16:07:17 *** ChanServ sets mode: +o gedare 2016-04-26T16:22:15 *** gedare has quit IRC 2016-04-26T18:18:01 *** monstr has quit IRC 2016-04-26T20:05:10 *** mumptai has joined #rtems 2016-04-26T21:07:41 *** dougk_ has quit IRC 2016-04-26T21:16:23 *** rokka has quit IRC 2016-04-26T21:17:31 *** rokka has joined #rtems 2016-04-26T21:38:03 *** rokka has quit IRC 2016-04-26T21:39:08 *** rokka has joined #rtems 2016-04-26T22:50:15 *** mumptai has quit IRC 2016-04-27T01:11:22 *** verm__ has quit IRC 2016-04-27T01:11:31 *** verm__ has joined #rtems 2016-04-27T02:14:24 [git] f1fcdba by Chris Johns: [waf: Refector the builder to work with Python3 and UTF-8 source files. Python 3 requires better UTF-8 handling of files and FreeBSD has UTF-8 characters in some files. Refactor builder.py to clean up the code and remove the need to have a temporary file. Update other scripts to use the new code.] 2016-04-27T02:14:25 http://devel.rtems.org/changeset/f1fcdba/rtems-libbsd 2016-04-27T02:14:25 [git] 3c7fdb2 by Chris Johns: [libbsd: Remove sys/select.h and sys/_sigset.h.] http://devel.rtems.org/changeset/3c7fdb2/rtems-libbsd 2016-04-27T04:01:27 *** mkhoory has joined #rtems 2016-04-27T04:37:43 *** hesham has joined #rtems 2016-04-27T05:12:54 *** vprintk has quit IRC 2016-04-27T05:17:53 *** monstr has joined #rtems 2016-04-27T06:51:35 [trac] #2555/enhancement (accepted) updated by Sebastian Huber (In [changeset:"7f4ee2b4ae39928ab5f449048e562ef6b2c5d17d/rtems"]: {{{ ...) http://devel.rtems.org/ticket/2555 2016-04-27T06:51:35 [git] 7f4ee2b by Sebastian Huber: [posix: Avoid Giant lock for condition variables Update #2555.] http://devel.rtems.org/changeset/7f4ee2b/rtems 2016-04-27T06:58:43 *** bbhoss has quit IRC 2016-04-27T07:02:48 *** bbhoss has joined #rtems 2016-04-27T07:07:26 *** kiwichris has joined #rtems 2016-04-27T07:08:00 [trac] #2698/defect (closed) updated by sebastian.huber (https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=235465) http://devel.rtems.org/ticket/2698 2016-04-27T07:09:58 sebhub, I am looking at updating the network config file support for libbsd to a multi-interface INI file format. 2016-04-27T07:15:27 [trac] #2695/defect (new) updated by sebastian.huber (https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=235466) http://devel.rtems.org/ticket/2695 2016-04-27T07:20:27 this network-config.h is a hack currently 2016-04-27T07:21:01 i will clean up the libbsd a bit today and move files around and delete some directories 2016-04-27T07:22:28 *** kiwichris has quit IRC 2016-04-27T07:24:24 *** kiwichris has joined #rtems 2016-04-27T07:34:27 *** kiwichris has quit IRC 2016-04-27T07:37:52 *** kiwichris has joined #rtems 2016-04-27T07:45:49 [git] 5784e6d by Sebastian Huber: [rtems/bsd/bsd.h: Documentation] http://devel.rtems.org/changeset/5784e6d/rtems-libbsd 2016-04-27T07:48:15 *** kiwichris has quit IRC 2016-04-27T07:51:06 *** kiwichris has joined #rtems 2016-04-27T08:00:28 [git] 23c7ab4 by Sebastian Huber: [Delete dummy IRQ support Architectures and BSPs which want to use libbsd must provide the required interfaces.] http://devel.rtems.org/changeset/23c7ab4/rtems-libbsd 2016-04-27T08:00:28 [git] 33724a2 by Sebastian Huber: [Delete unused services directory] http://devel.rtems.org/changeset/33724a2/rtems-libbsd 2016-04-27T08:52:37 *** kiwichris has quit IRC 2016-04-27T08:54:01 *** kiwichris has joined #rtems 2016-04-27T12:20:41 [git] 4e07ea5 by Sebastian Huber: [Prevent invalid optimizations for linker sets] http://devel.rtems.org/changeset/4e07ea5/rtems-libbsd 2016-04-27T12:54:32 *** gedare has joined #rtems 2016-04-27T12:54:32 *** ChanServ sets mode: +o gedare 2016-04-27T13:23:49 *** prin_k has quit IRC 2016-04-27T13:24:03 *** prk has quit IRC 2016-04-27T13:25:32 *** prin_k has joined #rtems 2016-04-27T13:26:03 *** prk has joined #rtems 2016-04-27T13:32:12 *** gedare has quit IRC 2016-04-27T13:55:47 *** kiwichris has quit IRC 2016-04-27T13:57:15 *** kiwichris has joined #rtems 2016-04-27T14:25:00 *** dougk_ has joined #rtems 2016-04-27T14:43:21 *** ChanServ has quit IRC 2016-04-27T14:44:20 *** kiwichris has quit IRC 2016-04-27T14:49:39 [git] 08aa94a by Martin Galvan: [Add myself to the Write-After-Approval list.] http://devel.rtems.org/changeset/08aa94a/rtems 2016-04-27T14:55:09 *** ChanServ has joined #rtems 2016-04-27T14:55:09 *** verne.freenode.net sets mode: +o ChanServ 2016-04-27T14:56:22 *** kiwichris has joined #rtems 2016-04-27T15:45:18 *** duhuanpeng has joined #rtems 2016-04-27T15:45:27 hola! 2016-04-27T15:51:16 *** duhuanpeng is now known as printk 2016-04-27T15:51:22 hola! 2016-04-27T15:51:36 rtems build log(kbuild): 2016-04-27T15:51:39 http://paste.ubuntu.com/16083424/ 2016-04-27T15:54:36 799 files are built.. 2016-04-27T16:09:11 *** monstr has quit IRC 2016-04-27T16:15:25 *** kiwichris has quit IRC 2016-04-27T16:17:08 *** kiwichris has joined #rtems 2016-04-27T16:19:21 *** printk is now known as __printk__ 2016-04-27T16:48:33 [trac] #2701/defect (v:4.12) created by printk (Rename asm file with .S(upper case) ext. name) http://devel.rtems.org/ticket/2701 2016-04-27T16:50:00 [trac] #2701/defect (new) updated by printk (find *.s grep -R xxx.s There is one .am file contains the xxx.s Only one.) http://devel.rtems.org/ticket/2701 2016-04-27T17:35:10 *** kiwichris has quit IRC 2016-04-27T17:36:19 *** kiwichris has joined #rtems 2016-04-27T18:36:46 *** kiwichris has quit IRC 2016-04-27T18:39:35 *** kiwichris has joined #rtems 2016-04-27T19:47:22 *** mumptai has joined #rtems 2016-04-27T19:56:07 [trac] GSoC/2016/USB&EthernetRaspberryPi created http://devel.rtems.org/wiki/GSoC/2016/USB&EthernetRaspberryPi 2016-04-27T19:57:14 [trac] GSoC/2016 edited by deval (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-04-27T20:51:25 *** kiwichris has quit IRC 2016-04-27T20:53:12 *** kiwichris has joined #rtems 2016-04-27T21:07:12 *** RichieB has joined #rtems 2016-04-27T21:19:29 *** RichieB has quit IRC 2016-04-27T21:33:51 *** kiwichris has quit IRC 2016-04-27T21:42:03 *** mumptai has quit IRC 2016-04-27T22:31:36 [trac] WikiStart edited by chrisj (empty comment) http://devel.rtems.org/wiki/WikiStart 2016-04-27T23:13:12 [trac] Participants created http://devel.rtems.org/wiki/Participants 2016-04-27T23:41:34 [trac] Participants edited by amar (Update list.) http://devel.rtems.org/wiki/Participants 2016-04-28T02:02:12 *** sebhub has quit IRC 2016-04-28T02:29:43 *** prin_k has quit IRC 2016-04-28T02:29:58 *** prin_k has joined #rtems 2016-04-28T02:31:11 *** __printk__ has quit IRC 2016-04-28T02:31:19 *** duhuanpeng has joined #rtems 2016-04-28T04:50:15 *** monstr has joined #rtems 2016-04-28T06:07:37 rtems@book:~/rtems$ find -name opt_compat.h 2016-04-28T06:07:38 ./cpukit/libnetworking/opt_compat.h 2016-04-28T06:07:38 ./cpukit/score/src/opt_compat.h 2016-04-28T06:08:01 there are two opt_compat.h in the source tree, 2016-04-28T06:08:11 these two files are identical. 2016-04-28T06:11:05 *** printk-tmux has joined #rtems 2016-04-28T07:11:13 *** Mali has left #rtems 2016-04-28T07:35:18 *** shelf has quit IRC 2016-04-28T07:38:01 *** shelf has joined #rtems 2016-04-28T07:38:33 *** prk has quit IRC 2016-04-28T07:39:44 *** prk has joined #rtems 2016-04-28T08:28:57 *** prk has quit IRC 2016-04-28T08:43:58 *** prk has joined #rtems 2016-04-28T11:54:50 *** printk-1234556 has joined #rtems 2016-04-28T12:01:22 *** verm__ has quit IRC 2016-04-28T12:02:44 *** verm__ has joined #rtems 2016-04-28T12:03:44 *** shelf has quit IRC 2016-04-28T12:09:58 *** shelf has joined #rtems 2016-04-28T12:58:35 bootstrap take much time .. 2016-04-28T13:01:22 *** jkridner has joined #rtems 2016-04-28T13:03:50 man ld 2016-04-28T13:03:55 sorry... 2016-04-28T13:26:20 is cpuopts.h come from 2016-04-28T13:26:38 --> cpukit/configure.ac 2016-04-28T13:35:35 *** jkridner has quit IRC 2016-04-28T13:52:22 *** prin_k has quit IRC 2016-04-28T14:17:33 *** monstr has quit IRC 2016-04-28T14:46:13 *** jkridner has joined #rtems 2016-04-28T14:51:04 *** jkridner has quit IRC 2016-04-28T15:12:39 *** printk-1234556 has quit IRC 2016-04-28T15:12:39 *** printk-tmux has quit IRC 2016-04-28T15:39:04 *** jkridner has joined #rtems 2016-04-28T15:55:37 *** jkridner has quit IRC 2016-04-28T17:23:23 *** gedare has joined #rtems 2016-04-28T17:23:23 *** ChanServ sets mode: +o gedare 2016-04-28T18:37:55 *** gedare has quit IRC 2016-04-28T20:17:47 *** gedare has joined #rtems 2016-04-28T20:17:47 *** ChanServ sets mode: +o gedare 2016-04-28T21:09:24 *** gedare has quit IRC 2016-04-29T01:23:54 *** prk has quit IRC 2016-04-29T01:25:36 *** prk has joined #rtems 2016-04-29T04:30:14 *** duhuanpeng has joined #rtems 2016-04-29T04:30:41 *** duhuanpeng is now known as printk 2016-04-29T04:41:12 [trac] GSoC/2016 edited by Habeeb (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-04-29T05:33:32 *** Wonjun has joined #rtems 2016-04-29T05:34:16 [trac] GSoC/2016 edited by hwj1593 (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-04-29T05:51:15 *** printk has quit IRC 2016-04-29T05:55:11 *** Wonjun has quit IRC 2016-04-29T06:01:58 *** monstr has joined #rtems 2016-04-29T07:11:23 [trac] #2702/defect (v:4.10) created by sebastian.huber (Remove descriptor objects for POSIX message queues) http://devel.rtems.org/ticket/2702 2016-04-29T07:17:54 [trac] #2124/defect (assigned) updated by sebastian.huber (This problem will be fixed as a side-effect of the OMIP implementation, see #2556.) http://devel.rtems.org/ticket/2124 2016-04-29T08:18:27 [trac] GSoC/2016 edited by hwj1593 (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-04-29T08:21:01 [trac] GSoC/2016/RTEMS improvement for Jailhouse hypervisor created http://devel.rtems.org/wiki/GSoC/2016/RTEMS improvement for Jailhouse hypervisor 2016-04-29T08:24:00 [trac] GSoC/2016/RTEMS improvement for Jailhouse hypervisor edited by hwj1593 (empty comment) http://devel.rtems.org/wiki/GSoC/2016/RTEMS improvement for Jailhouse hypervisor 2016-04-29T08:25:57 [trac] GSoC/2016 edited by hwj1593 (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-04-29T08:26:39 [trac] GSoC/2016/RTEMS improvement for Jailhouse hypervisor edited by hwj1593 (empty comment) http://devel.rtems.org/wiki/GSoC/2016/RTEMS improvement for Jailhouse hypervisor 2016-04-29T11:10:16 *** mkhoory-2 has joined #rtems 2016-04-29T11:14:05 *** mkhoory has quit IRC 2016-04-29T11:24:13 *** jkridner has joined #rtems 2016-04-29T11:30:35 *** duhuanpeng has joined #rtems 2016-04-29T11:30:48 *** duhuanpeng is now known as printk 2016-04-29T11:49:57 *** davee_ has joined #rtems 2016-04-29T13:54:21 *** monstr has quit IRC 2016-04-29T14:15:31 *** gigetoo has quit IRC 2016-04-29T14:16:09 *** gigetoo has joined #rtems 2016-04-29T14:17:53 *** davee_ has quit IRC 2016-04-29T14:19:48 *** beng-nl has quit IRC 2016-04-29T14:33:18 *** rokka has quit IRC 2016-04-29T14:37:08 *** rokka has joined #rtems 2016-04-29T14:58:53 *** gedare has joined #rtems 2016-04-29T14:58:54 *** ChanServ sets mode: +o gedare 2016-04-29T16:10:53 *** davee_ has joined #rtems 2016-04-29T16:28:07 *** ketul has joined #rtems 2016-04-29T17:05:04 *** ketul has quit IRC 2016-04-29T17:05:20 *** ketul has joined #rtems 2016-04-29T17:12:15 *** ketul has quit IRC 2016-04-29T18:52:13 *** ketul has joined #rtems 2016-04-29T18:56:47 *** ketul has quit IRC 2016-04-29T19:39:46 *** gedare has quit IRC 2016-04-29T19:59:48 [trac] GSoC/2016 edited by Habeeb (empty comment) http://devel.rtems.org/wiki/GSoC/2016 2016-04-29T20:26:05 [trac] GSoC/2016/rtems_port_TM4C created http://devel.rtems.org/wiki/GSoC/2016/rtems_port_TM4C 2016-04-29T20:28:27 [trac] GSoC/2016/rtems_port_TM4C edited by Habeeb (empty comment) http://devel.rtems.org/wiki/GSoC/2016/rtems_port_TM4C 2016-04-29T21:03:35 *** jkridner has quit IRC 2016-04-30T06:19:44 *** mumptai has joined #rtems 2016-04-30T06:45:12 *** davee_ has quit IRC 2016-04-30T08:56:46 *** davee_ has joined #rtems 2016-04-30T09:43:04 *** mumptai has quit IRC 2016-04-30T12:01:08 *** rokka_ has joined #rtems 2016-04-30T12:06:30 *** rokka has quit IRC 2016-04-30T12:13:27 *** davee_ has quit IRC 2016-04-30T13:24:37 *** printk has quit IRC 2016-04-30T13:24:37 *** prk has quit IRC 2016-04-30T13:26:13 *** prk has joined #rtems 2016-04-30T13:26:44 *** printk has joined #rtems 2016-04-30T13:30:33 *** printk has quit IRC 2016-04-30T13:33:39 *** duhuanpeng has joined #rtems 2016-04-30T13:52:02 *** duhuanpeng has quit IRC 2016-04-30T13:52:24 *** printk has joined #rtems 2016-04-30T14:25:43 can i ask for some help~~~ the kbuild to compile rtems. 2016-04-30T16:55:18 *** ita has quit IRC 2016-04-30T19:41:24 *** RichieB has joined #rtems 2016-04-30T21:16:07 *** ita has joined #rtems 2016-04-30T21:33:59 *** davee_ has joined #rtems 2016-05-01T00:11:44 *** davee_ has quit IRC 2016-05-01T00:38:00 *** RichieB is now known as Richie 2016-05-01T00:38:23 *** Richie is now known as rashad 2016-05-01T00:38:32 *** rashad is now known as RichieB 2016-05-01T00:39:06 *** RichieB has left #rtems 2016-05-01T03:50:56 *** mkhoory-2 has quit IRC 2016-05-01T03:53:29 *** mkhoory has joined #rtems 2016-05-01T04:55:24 *** gigetoo has quit IRC 2016-05-01T04:57:34 *** gigetoo has joined #rtems 2016-05-01T05:09:38 *** mkhoory-2 has joined #rtems 2016-05-01T05:13:29 *** mkhoory has quit IRC 2016-05-01T11:32:28 *** mkhoory-3 has joined #rtems 2016-05-01T11:34:45 *** mkhoory-2 has quit IRC 2016-05-01T11:36:33 *** mkhoory-3 has quit IRC 2016-05-01T12:43:06 *** printk has quit IRC 2016-05-01T12:44:08 *** printk has joined #rtems 2016-05-01T17:41:48 *** guillaum1 has joined #rtems 2016-05-01T17:45:24 *** gigetoo has quit IRC 2016-05-01T20:05:01 *** gigetoo has joined #rtems 2016-05-01T20:57:30 *** mumptai has joined #rtems 2016-05-01T22:49:32 *** mumptai has quit IRC