| | Re: /brickos-0.2.6.10/kernel/dsensor.c:360: `sys_time' undeclared (first use in this function)
|
|
i had the same problem a while back. I figured out that whit the new BrickOS, sys_time is replaced by get_system_up_time. So when you replace sys_time whit get_system_up_time, everything should work fine.(it worked for me, anyway) (22 years ago, 28-Apr-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: /brickos-0.2.6.10/kernel/dsensor.c:360: `sys_time' undeclared (first use in this function)
|
|
(...) now i tried to change //#define CONF_DSENSOR_VELOCITY //!< rotation sensor velocity to #define CONF_DSENSOR_VELOCITY //!< rotation sensor velocity because it use sys_time too. same error: /usr/local/bin/h8300...hi-hms-gcc -O2 -fno-builtin (...) (22 years ago, 28-Apr-03, to lugnet.robotics.rcx.legos)
|
|
| | /brickos-0.2.6.10/kernel/dsensor.c:360: `sys_time' undeclared (first use in this function)
|
|
I changed in /boot/config.h the //#define CONF_DSENSOR_MUX //!< sensor multiplexor TO #define CONF_DSENSOR_MUX //!< sensor multiplexor Now I got an errormessage if compile once again make realclean make depend make --unix (...) (22 years ago, 28-Apr-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: LONG DELAY after pressing RUN button (to end the program)
|
|
(...) Wow, Steve I've never sucess to make adressing work .... with 2.5 kernel and lnpd with serial tower..... So I've write a library who permit to communicate with other RCX/PC (combot project) it's the first part of my project and i'll post it (...) (22 years ago, 27-Apr-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: LONG DELAY after pressing RUN button (to end the program)
|
|
(...) Because stuff was changed in BrickOS. I can't tell you too much, but I'm sure it's trying to shut-down the program in a cleaner way. I think BrickOS waits 2 seconds before killing tasks. You need to change your LegOS loop: while(true) to (...) (22 years ago, 27-Apr-03, to lugnet.robotics.rcx.legos)
|
|
| | LONG DELAY after pressing RUN button (to end the program)
|
|
Hi there, I see that I'm the only one who has recently used this newsgroup. Well thanks to the people who has taken the time to answer my questions, such as nanobapt. I have another question now. I've two different kernels, legOS 0.2.6 and brickOS (...) (22 years ago, 27-Apr-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: can't dll with brickOS 2.6.10
|
|
(...) Dear Ben Now i have find the solution for the problem: Machine: WIN2000 1) delete cygwin-B20 and clean regedit 2) Follow now the Instruction LegOS 0_2_6 - Instructions for installing on Win9x-NT-2000-XP.htm install latest cygwin Version (...) (22 years ago, 25-Apr-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: can't dll with brickOS 2.6.10
|
|
(...) Dear Ben I have the same problem. But i checked version 0.2.6 till 0.2.6.10 and i got the same problem with all versions. (only vers 0.2.5 and earlier works) . I have testes with WIN2000 and WIN98. cygwin Vers is B20 and i use the old (...) (22 years ago, 22-Apr-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: LNP and DLL
|
|
(...) Oh it's normal :) Soft use the library liblnp to connect to tower with lnpd. And lnpd block the acess to the tower ! You need then to download your program with a program like dllx or dll which is include in the application folder of lnpd (...) (22 years ago, 21-Apr-03, to lugnet.robotics.rcx.legos)
|
|
| | LNP and DLL
|
|
Hi there. I'm running cygwin (because I just have the usb tower) well I want to use the addressing mode of lnp. Ok I edit the file boot/config.h of the kernel and have this: #define CONF_LNP #define CONF_LNP_FAST #define CONF_LNP_HOSTADDR 0x20 (...) (22 years ago, 20-Apr-03, to lugnet.robotics.rcx.legos)
|