Where do I get build.h from

classic Classic list List threaded Threaded
5 messages Options
Davidgrm Davidgrm
Reply | Threaded
Open this post in threaded view
|

Where do I get build.h from

Hi

I am trying to build eLua on windows using the Avr32 Ide. I notice that build.h is included in some of the modules. I don't seem to have this file. Where does it come from? Is it generated as part of a 'make / build' process?
BogdanM BogdanM
Reply | Threaded
Open this post in threaded view
|

Re: Where do I get build.h from

Hi,

I can only see a reference to "build.h" in uIP. Are you trying to build uIP for AVR32? If not, where exactly is your problem?

Best,
Bogdan

On Sat, Feb 13, 2010 at 11:47 AM, Davidgrm <[hidden email]> wrote:

Hi

I am trying to build eLua on windows using the Avr32 Ide. I notice that
build.h is included in some of the modules. I don't seem to have this file.
Where does it come from? Is it generated as part of a 'make / build'
process?
--
View this message in context: http://n2.nabble.com/Where-do-I-get-build-h-from-tp4565577p4565577.html
Sent from the eLua Development mailing list archive at Nabble.com.
_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Davidgrm Davidgrm
Reply | Threaded
Open this post in threaded view
|

Re: Where do I get build.h from

Yes I am trying to build uIP for AVR32 - am I not supposed to be doing that? :(
BogdanM BogdanM
Reply | Threaded
Open this post in threaded view
|

Re: Where do I get build.h from

It's not that you're not supposed to do that :), but uIP is not ported to AVR32 yet. If you want an example of "build.h", take a look in src/platform/lm3s. But you'll have to do much more than that; namely, you'll have to implement the Ethernet part of the platform interface for AVR32 (details here : http://www.eluaproject.net/en_arch_platform_eth.html). Again, you can use the LM3S port as a reference (although I don't think it will help that much, unfortunately).

Best,
Bogdan

On Wed, Feb 17, 2010 at 2:26 PM, Davidgrm <[hidden email]> wrote:

Yes I am trying to build uIP for AVR32 - am I not supposed to be doing that?
:(
--
View this message in context: http://n2.nabble.com/Where-do-I-get-build-h-from-tp4565577p4585692.html
Sent from the eLua Development mailing list archive at Nabble.com.
_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
Davidgrm Davidgrm
Reply | Threaded
Open this post in threaded view
|

Re: Where do I get build.h from

Thanks - I will first get it up and running and then I might take a stab at getting Ethernet up and running