jameswalmsley / bitthunder

BitThunder - Reliable, real time, portable, scalable, embedded operating system, RTOS.
http://bitthunder.org
Other
168 stars 48 forks source link

error: 'bt_kernel_params' has no member named 'init_group' #52

Open adithyaeraju opened 6 years ago

adithyaeraju commented 6 years ago

I followed the same instructions given in http://blog.richardweiss.org/2015/06/27/raspberry-pi-bitthunder.html and http://bitthunder.org/docs/quick-start/

When I try to make after saving the config file, I have the following error. Could you please tell me how to solve it

/* /home/adithya/myproject/../bitthunder/os/src/bt_main.c: In function 'bt_main': /home/adithya/myproject/../bitthunder/os/src/bt_main.c:189:17: error: 'bt_kernel_params' has no member named 'init_group' g_kernel_params.init_group = BT_kEventGroupCreate(); ^ /home/adithya/myproject/../bitthunder/.dbuild/../.dbuild/c-objects.mk:41: recipe for target '/home/adithya/myproject/build/os/src/bt_main.o' failed make: ** [/home/adithya/myproject/build/os/src/bt_main.o] Error 1 /