Skip to content

Commit 164e055

Browse files
committed
Created 'RPi Debug' build profile. Fix remaining bugs on RPi.
1 parent d0f3843 commit 164e055

File tree

16 files changed

+17
-190
lines changed

16 files changed

+17
-190
lines changed

.cproject

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
<tool id="cdt.managedbuild.tool.gnu.cross.c.linker.2066393033" name="Cross GCC Linker" superClass="cdt.managedbuild.tool.gnu.cross.c.linker">
155155
<option id="gnu.c.link.option.libs.2024790092" name="Libraries (-l)" superClass="gnu.c.link.option.libs" valueType="libs">
156156
<listOptionValue builtIn="false" value="crypto"/>
157+
<listOptionValue builtIn="false" value="z"/>
157158
<listOptionValue builtIn="false" value="pthread"/>
158159
<listOptionValue builtIn="false" value="ev"/>
159160
</option>

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/Release
2+
/Debug
3+
/RPI\ Debug

.settings/language.settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<provider copy-of="extension" id="org.eclipse.cdt.ui.UserLanguageSettingsProvider"/>
2222
<provider-reference id="org.eclipse.cdt.core.ReferencedProjectsLanguageSettingsProvider" ref="shared-provider"/>
2323
<provider-reference id="org.eclipse.cdt.managedbuilder.core.MBSLanguageSettingsProvider" ref="shared-provider"/>
24-
<provider class="org.eclipse.cdt.internal.build.crossgcc.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-1042685995744065432" id="org.eclipse.cdt.build.crossgcc.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT Cross GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
24+
<provider class="org.eclipse.cdt.internal.build.crossgcc.CrossGCCBuiltinSpecsDetector" console="false" env-hash="-188848785018164589" id="org.eclipse.cdt.build.crossgcc.CrossGCCBuiltinSpecsDetector" keep-relative-paths="false" name="CDT Cross GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD &quot;${INPUTS}&quot;" prefer-non-shared="true">
2525
<language-scope id="org.eclipse.cdt.core.gcc"/>
2626
<language-scope id="org.eclipse.cdt.core.g++"/>
2727
</provider>

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ so:
2121
gcc -shared -fPIC $(ECHO_SERVER) $(WEBSOCKET_SERVER) -o libwsserver.so
2222

2323
clean:
24-
rm -rf ltmain.sh libtool config.sub config.guess libwsclient.* libwsserver.* .gitignore vgcore.* autoscan.log config.h.in config.h config.cache configure install-sh aclocal.m4 autom4te.cache/ config.log config.status Debug/ depcomp .deps/ m4/ Makefile Makefile.in missing stamp-h1 *.o src/*.o *~ websocket-client websocket-server websocket-testsuite
24+
rm -rf ltmain.sh libtool config.sub config.guess libwsclient.* libwsserver.* .gitignore vgcore.* autoscan.log config.h.in config.h config.cache configure install-sh aclocal.m4 autom4te.cache/ config.log config.status Debug/ RPI\ Debug Release depcomp .deps/ m4/ Makefile Makefile.in missing stamp-h1 *.o src/*.o *~ websocket-client websocket-server websocket-testsuite

RPI Debug/makefile

Lines changed: 0 additions & 46 deletions
This file was deleted.

RPI Debug/objects.mk

Lines changed: 0 additions & 8 deletions
This file was deleted.

RPI Debug/sources.mk

Lines changed: 0 additions & 20 deletions
This file was deleted.

RPI Debug/src/cwebsocket/subdir.mk

Lines changed: 0 additions & 33 deletions
This file was deleted.

RPI Debug/src/cwebsocket/subprotocol/echo/subdir.mk

Lines changed: 0 additions & 27 deletions
This file was deleted.

RPI Debug/src/subdir.mk

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)