as the title says
Hi killerbot,
sorry, I forgot to add the Makefiles. Will not happen again. :D
Bye,
Mario
Quote from: killerbot on April 06, 2008, 10:19:14 AM
as the title says
Does this still apply? IMHO Biplab has fixed this during svn r4996-r4998.
Quote from: MortenMacFly on April 06, 2008, 11:45:33 AM
Quote from: killerbot on April 06, 2008, 10:19:14 AM
as the title says
Does this still apply? IMHO Biplab has fixed this during svn r4996-r4998.
Yes, wrong header in "Makefile.am".
This Patch
--- codeblocks-1.0svn.orig/src/plugins/scriptedwizard/resources/arm/files/phyCORE-LPC2294/h/Makefile.am 2008-04-06 11:58:21.000000000 +0200
+++ codeblocks-1.0svn.work/src/plugins/scriptedwizard/resources/arm/files/phyCORE-LPC2294/h/Makefile.am 2008-04-06 11:56:52.000000000 +0200
@@ -1,3 +1,3 @@
pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/arm/files/phyCORE-LPC2294/h^M
^M
-dist_pkgdata_DATA = at91m55800.h^M
+dist_pkgdata_DATA = lpc2294.h^M
should fix it, I just try to compile.
works no :)
Quote from: jens on April 06, 2008, 12:03:55 PM
Yes, wrong header in "Makefile.am".
This Patch
--- codeblocks-1.0svn.orig/src/plugins/scriptedwizard/resources/arm/files/phyCORE-LPC2294/h/Makefile.am 2008-04-06 11:58:21.000000000 +0200
+++ codeblocks-1.0svn.work/src/plugins/scriptedwizard/resources/arm/files/phyCORE-LPC2294/h/Makefile.am 2008-04-06 11:56:52.000000000 +0200
@@ -1,3 +1,3 @@
pkgdatadir = $(datadir)/@PACKAGE@/templates/wizard/arm/files/phyCORE-LPC2294/h^M
^M
-dist_pkgdata_DATA = at91m55800.h^M
+dist_pkgdata_DATA = lpc2294.h^M
should fix it, I just try to compile.
A Copy-Paste error. ;)
Thanks for pointing this. :)