 | | RoboLab 2.9 Install on Server
|
|
Has anyone had success in installing RoboLab on a server? After installing on a windows based server the message "visa32.dll is missing" occurs. Assuming RoboLab 2.9 can be run from a server are there any maximum user limitations? (19 years ago, 15-Mar-07, to lugnet.robotics.rcx.robolab)
|
| |
 | | Re: GCC vs. IAR compiler: Could GCC be tweaked to generate code as tight as IAR?
|
|
Regarrding overwriting the flash system. I encountered the problem of flash file system overwriting user code as well. It's because it is hard coded in the code the starting address of the file system. There's a constant named "STARTOFUSERFLASH" (...) (19 years ago, 14-Mar-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: GCC vs. IAR compiler: Could GCC be tweaked to generate code as tight as IAR?
|
|
... (...) I have not done that. Well, just a little bit:-). The best one (not surprisingly) is the "-Os" optimization, which does this "Optimize for size. -Os enables all -O2 optimizations that do not typically increase code size." (...) I tried (...) (19 years ago, 14-Mar-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: GCC vs. IAR compiler: Could GCC be tweaked to generate code as tight as IAR?
|
|
(...) I did not do so. The memory map in LEGO_MINDSTORMS_NXT_..._v1.03.bin is like this for the files: 0x11F000-0x12E99D Actual files like Demo.rxe 0x13FF00-0x13FF37 FILE_HANDLE(s) 0x13FFFC-0c13FFFF FILEVERSION The nxtgcc stuff compiles to 126176 (...) (19 years ago, 14-Mar-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: GCC vs. IAR compiler: Could GCC be tweaked to generate code as tight as IAR?
|
|
(...) Have you experimented at all with the compiler optimisation flags? I don't know if all of them are supported for the ARM architecture, and some options cause problems on other architectures, but there's a bit of a list here: (URL) removing (...) (19 years ago, 14-Mar-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: Robot events at BrickFest 2007
|
|
i just checked the schedule, looks like the Mosaic speed build ends at 12:30 and the sumo competition starts at 1pm. that gives me 30 minutes to get something built and programmed. you better bring your batteries, cause now i do have time to make (...) (19 years ago, 14-Mar-07, to lugnet.events.brickfest, lugnet.robotics)
|
| |
 | | Re: GCC vs. IAR compiler: Could GCC be tweaked to generate code as tight as IAR?
|
|
(...) More precisely, I was told to increase the STARTOFUSERFLASH value if I increased the firmware size beyond the current value. The unmodified source code compiles to 121324 bytes using the current evaluation version of the IAR Embedded Workbench (...) (19 years ago, 14-Mar-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: My first(ish) program
|
|
(...) (URL) that I think you need to buy any more LEGO or anything... 8?) ROSCO (19 years ago, 14-Mar-07, to lugnet.org.ca.rtltoronto, lugnet.robotics.nxt)
|
| |
 | | Re: GCC vs. IAR compiler: Could GCC be tweaked to generate code as tight as IAR?
|
|
(...) Are you adjusting these values in d_loader.h? #define STARTOFFILETABLE (0x13FF00L) #define STARTOFUSERFLASH (0x11F000L) #define SIZEOFUSERFLASH (STARTOFFILETABLE - STARTOFUSERFLASH) I've been told by folks at LEGO that if I grow the size of (...) (19 years ago, 14-Mar-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | Re: My first(ish) program
|
|
(...) LOL... Hand eye coordination is a gift. Although, I'm not doing any better... I had the pleasure of playing Mr. Cowdice's rabbit game last friday, and scored a big fat -2. Dave, Im thinking you need to start scoring on the bell curve. Just saw (...) (19 years ago, 14-Mar-07, to lugnet.org.ca.rtltoronto, lugnet.robotics.nxt)
|
| |
 | | Re: Robot events at BrickFest 2007
|
|
(...) Sounds like a personal problem to me, Bob. I, on the other hand, can give my presentations, while building the Lego Star Destroyer entirely with my left hand, while my right hand programs my Sumo'Bot to destroy all who oppose me in the Sumo (...) (19 years ago, 14-Mar-07, to lugnet.events.brickfest, lugnet.robotics)
|
| |
 | | Re: NBC NXT to NXT communication example
|
|
(...) Works like a charm! Thank you Rainer (19 years ago, 14-Mar-07, to lugnet.robotics.nxt)
|
| |
 | | GCC vs. IAR compiler: Could GCC be tweaked to generate code as tight as IAR?
|
|
Hi, If I compile the LEGO firmware sources with gcc, the code size increases much beyond the 128 KB (which I think) the IAR compiled sources fits into. That means that one have to relocate part of the compiled code into the memory areas between (...) (19 years ago, 14-Mar-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | LEGO autopilot
|
|
I saw this on Slashdot today: (URL) (19 years ago, 14-Mar-07, to lugnet.robotics.nxt)
|
| |
 | | Re: NBC NXT to NXT communication example
|
|
(...) The exact same code that Danny B includes in the NXC Tutorial should work fine when translated into NBC. I have not tested this yet but here is a quick conversion: //MASTER #include "NXTDefs.h" #define BT_CONN 1 #define INBOX 1 #define OUTBOX (...) (19 years ago, 14-Mar-07, to lugnet.robotics.nxt)
|
| |
 | | Purpose of the group
|
|
Hi NXT hackers[1], The purpose of this lugnet.robotics.nxt.nxthacking forum is to promote fun, educational, and lively discussions in a positive and supportive manner for both hardcore and not so hardcore embedded systems specialists. The background (...) (19 years ago, 14-Mar-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | ------( Terms of use for lugnet.com )------
|
|
TERMS OF USE FOR LUGNET.COM As a user of this site, you are expected to read, understand, and abide by the Terms of Use as set forth herein. If you are under 18 years of age, ask your parent(s) or guardian(s) for permission before using LUGNET and (...) (19 years ago, 14-Mar-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | ------( Welcome to lugnet.robotics.nxt.nxthacking )------
|
|
Welcome to lugnet.robotics.nxt.nxthacking, a LUGNET discussion group. CHARTER/PURPOSE: lugnet.robotics.nxt.nxthacking (group): Focused discussion group for NXT™ firmware hacking: Exchanging ideas about NXT firmware hacking, optimization of code, (...) (19 years ago, 14-Mar-07, to lugnet.robotics.nxt.nxthacking)
|
| |
 | | NBC NXT to NXT communication example
|
|
Hallo, has anyone a simple example for an BT NXT to NXT communication? I tried to get this working and even everyone says it works i can't get it to work. Thanks, Rainer (19 years ago, 14-Mar-07, to lugnet.robotics.nxt)
|
| |
 | | Re: NeXT-A-Sketch - My second program/first Dave-built NXT 'bot(ish...)
|
|
(...) You just have to use an acceleration sensor ;-) (URL) (19 years ago, 14-Mar-07, to lugnet.org.ca.rtltoronto, lugnet.robotics.nxt)
|