MadDog
Member
I'm using the sdk in the archives and trying to build the demo tut with the 2005 build rules. This setup works fine for all my other stuff.
I've found that the call to arm-linux-gcc.exe does not work, its trying to call main. If from the cmd line I do "ld *.o -static -s -o demo.gpe" (Its the same as the build rule is doing, just a difference exec) it all works. So i'm just wondering what is the difference?
I'm prob going to see if I can edit the build rule so that we can switch between the two, if thats posible, don't want to add another file type trigger file thingy.
I've found that the call to arm-linux-gcc.exe does not work, its trying to call main. If from the cmd line I do "ld *.o -static -s -o demo.gpe" (Its the same as the build rule is doing, just a difference exec) it all works. So i'm just wondering what is the difference?
I'm prob going to see if I can edit the build rule so that we can switch between the two, if thats posible, don't want to add another file type trigger file thingy.