Page 1 of 1

Help! Edit Enhanced 1.31 firmware?

Posted: 28 Jan 2011, 00:53
by nxtboyiii
Hi.
I was wondering how to compile John Hansen's latest enhanced firmware.
Does anyone know how to do this?
When I tried to make the firmware, the message said "Error[e12]: Unable to open file 'C:\Path for open source FW\LMS NXT\AT91SAM7S256\SAM7S256\Tools\..\Lib\dl4tptinl8n.r79'
"
Mr. Hansen, can you please post the source code for the enhanced firmware 1.31?

Thanks, and have a nice day,
nxtboy III

Re: Help! Edit Enhanced 1.31 firmware?

Posted: 28 Jan 2011, 06:59
by mightor
How about trying to compile the normal firmware first? I just downloaded it from the Lego website and it compiled out of the box.

The file you are missing is a statically linked library that is part of the IAR distribution. You can either fix the path to the correct one or copy it from the IAR installation directory the folder it's looking in.

Btw, the lack of helpful comments in the firmware is astounding. I can't speak for the enhanced one as I don't have that handy here.

- Xander

Re: Help! Edit Enhanced 1.31 firmware?

Posted: 28 Jan 2011, 18:02
by schodet
The file is also included in LEGO firmware sources, you may copy Enhanced firmware sources in LEGO sources directory.

Actually, if this file is coming from the IAR distribution, why do LEGO put it in their source distribution?